Skip to content

Commit

Permalink
Align with IDL dictionary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 9, 2019
1 parent 8f451f3 commit 61f9c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ is due to a limitation of the editing software used to write the XMLHttpRequest
<h2 id=interface-progressevent>Interface {{ProgressEvent}}</h2>

<pre class=idl>
[Constructor(DOMString type, optional ProgressEventInit eventInitDict),
[Constructor(DOMString type, optional ProgressEventInit eventInitDict = {}),
Exposed=(Window,DedicatedWorker,SharedWorker)]
interface ProgressEvent : Event {
readonly attribute boolean lengthComputable;
Expand Down

0 comments on commit 61f9c3c

Please sign in to comment.