Skip to content

Commit

Permalink
Expose ProgressEvent to service workers
Browse files Browse the repository at this point in the history
Closes #305.
  • Loading branch information
Rashika101 committed Jan 26, 2021
1 parent 91ff9c9 commit 6a5c0ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ being the <a for=FormData/entry>value</a>.
<h2 id=interface-progressevent>Interface {{ProgressEvent}}</h2>

<pre class=idl>
[Exposed=(Window,DedicatedWorker,SharedWorker)]
[Exposed=(Window,Worker)]
interface ProgressEvent : Event {
constructor(DOMString type, optional ProgressEventInit eventInitDict = {});

Expand Down Expand Up @@ -1996,6 +1996,7 @@ Pawel Glowacki,
Peter Michaux,
Philip Jägenstedt,
Philip Taylor,
Rashika Jaggi,
Robin Berjon,
Rune <span title=Fabulous>F.</span> Halvorsen,
Ruud Steltenpool,
Expand Down

0 comments on commit 6a5c0ae

Please sign in to comment.