Skip to content

Commit 5705395

Browse files
committed
Fix hierarchy
1 parent a4fe686 commit 5705395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fetch.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -8488,8 +8488,9 @@ otherwise false.
84888488
</div>
84898489

84908490

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

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

0 commit comments

Comments
 (0)