Skip to content

Commit

Permalink
WindowOrWorkerGlobalScope is a mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and annevk committed Apr 27, 2018
1 parent d5d0840 commit 7307d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5716,7 +5716,7 @@ run these steps:
<h3 id=fetch-method>Fetch method</h3>

<pre class=idl>
partial interface WindowOrWorkerGlobalScope {
partial interface mixin WindowOrWorkerGlobalScope {
[NewObject] Promise&lt;Response> fetch(RequestInfo input, optional RequestInit init);
};</pre>

Expand Down

0 comments on commit 7307d28

Please sign in to comment.