summaryrefslogtreecommitdiff
path: root/ext/fetch/internal.d.ts
diff options
context:
space:
mode:
authorIsaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>2023-01-14 23:08:34 -0500
committerGitHub <noreply@github.com>2023-01-15 05:08:34 +0100
commitefcbfd5206fcdfac55c26a7133c04dd330d047b9 (patch)
treed34f0cccd2ffc0cde77e6bcdbc6fa8cf5f64f9b8 /ext/fetch/internal.d.ts
parentfd85f840cd707c31d08fa836562127e249c9ff62 (diff)
fix(ext/fetch) Fix request clone error in flash server (#16174)
Diffstat (limited to 'ext/fetch/internal.d.ts')
-rw-r--r--ext/fetch/internal.d.ts2
1 files changed, 2 insertions, 0 deletions
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;