about summary refs log tree commit diff stats
path: root/src/xhr
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-10-14 16:46:15 +0200
committerbptato <nincsnevem662@gmail.com>2023-10-14 16:46:15 +0200
commiteae438e48ad7c1558f07d539469ab55c9d67fac4 (patch)
tree5532507c7bd110a63f4000cc27f2a7c5bc50bce5 /src/xhr
parent204ec2eb1fee0a02f83b6f7ac16a0da1a3238f21 (diff)
downloadchawan-eae438e48ad7c1558f07d539469ab55c9d67fac4.tar.gz
remove outdated comment
Diffstat (limited to 'src/xhr')
-rw-r--r--src/xhr/xmlhttprequest.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xhr/xmlhttprequest.nim b/src/xhr/xmlhttprequest.nim
index 28fbd50a..38576b2b 100644
--- a/src/xhr/xmlhttprequest.nim
+++ b/src/xhr/xmlhttprequest.nim
@@ -91,7 +91,6 @@ proc open(this: XMLHttpRequest, httpMethod, url: string): Err[DOMException]
   #TODO terminate fetch controller
   this.flags.excl(SEND_FLAG)
   this.flags.excl(UPLOAD_LISTENER_FLAG)
-  #TODO set if not async
   if async:
     this.flags.excl(SYNC_FLAG)
   else: