From eae438e48ad7c1558f07d539469ab55c9d67fac4 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 14 Oct 2023 16:46:15 +0200 Subject: remove outdated comment --- src/xhr/xmlhttprequest.nim | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xhr') 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: -- cgit 1.4.1-2-gfad0