Skip to content

Commit 4fb3c51

Browse files
committed
Remove no-longer-necessary XHR note
1 parent 0f21902 commit 4fb3c51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,6 @@ enum RewriterLength { "as-is", "shorter", "longer" };
907907

908908
1. [=Fire an event=] named {{CreateMonitor/downloadprogress}} at |monitor|, using {{ProgressEvent}}, with the {{ProgressEvent/loaded}} attribute initialized to |loaded|, the {{ProgressEvent/total}} attribute initialized to 1, and the {{ProgressEvent/lengthComputable}} attribute initialized to true.
909909

910-
<p class="advisement">This assumes <a href="https://github.com/whatwg/xhr/pull/394">whatwg/xhr#394</a> is merged so that passing non-integer values for {{ProgressEvent/loaded}} works as expected.</p>
911-
912910
1. Let |abortedDuringDownload| be false.
913911

914912
<p class="note">This variable will be written to from the [=event loop=], but read from [=in parallel=].

0 commit comments

Comments
 (0)