From efcbfd5206fcdfac55c26a7133c04dd330d047b9 Mon Sep 17 00:00:00 2001 From: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com> Date: Sat, 14 Jan 2023 23:08:34 -0500 Subject: fix(ext/fetch) Fix request clone error in flash server (#16174) --- ext/fetch/internal.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/fetch/internal.d.ts') diff --git a/ext/fetch/internal.d.ts b/ext/fetch/internal.d.ts index 242cf44da..13a91d2d0 100644 --- a/ext/fetch/internal.d.ts +++ b/ext/fetch/internal.d.ts @@ -83,6 +83,8 @@ declare namespace globalThis { | "request-no-cors" | "response" | "none", + skipBody: boolean, + flash: boolean, ): Request; function redirectStatus(status: number): boolean; function nullBodyStatus(status: number): boolean; -- cgit v1.2.3