From f7dc878abcb769a16f0fee7d03172fa6229d4b2b Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 8 May 2023 18:48:39 +0300 Subject: [PATCH] Fix hierarchy --- fetch.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index b72a36c4..e7b9ca41 100644 --- a/fetch.bs +++ b/fetch.bs @@ -8456,8 +8456,9 @@ otherwise false. -

Fetch methods

+

Fetch methods

+

Fetch Method

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