Skip to content

Commit

Permalink
Fix hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed May 8, 2023
1 parent b38eac5 commit f7dc878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8456,8 +8456,9 @@ otherwise false.
</div>


<h2 id=fetch-method>Fetch methods</h2>
<h2 id="fetch-methods">Fetch methods</h2>

<h3 id="fetch-method">Fetch Method</h3>
<pre class=idl>
partial interface mixin WindowOrWorkerGlobalScope {
[NewObject] Promise&lt;Response> fetch(RequestInfo input, optional RequestInit init = {});
Expand Down

0 comments on commit f7dc878

Please sign in to comment.