about summary refs log tree commit diff stats
path: root/src/xhr
diff options
context:
space:
mode:
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: