diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-14 16:46:15 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-14 16:46:15 +0200 |
commit | eae438e48ad7c1558f07d539469ab55c9d67fac4 (patch) | |
tree | 5532507c7bd110a63f4000cc27f2a7c5bc50bce5 /src/xhr | |
parent | 204ec2eb1fee0a02f83b6f7ac16a0da1a3238f21 (diff) | |
download | chawan-eae438e48ad7c1558f07d539469ab55c9d67fac4.tar.gz |
remove outdated comment
Diffstat (limited to 'src/xhr')
-rw-r--r-- | src/xhr/xmlhttprequest.nim | 1 |
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: |