From 0d35eaa6cd40c93a7b8cd12a8f668bf6f4ef5bb0 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Tue, 3 Oct 2023 15:45:10 +0300 Subject: [PATCH] Bring back line break --- fetch.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch.bs b/fetch.bs index 434154a6d..5f4683f84 100644 --- a/fetch.bs +++ b/fetch.bs @@ -8501,6 +8501,7 @@ otherwise false.

Fetch Methods

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