mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(ext/fetch) Fix request clone error in flash server (#16174)
This commit is contained in:
parent
fd85f840cd
commit
efcbfd5206
4 changed files with 91 additions and 7 deletions
2
ext/fetch/internal.d.ts
vendored
2
ext/fetch/internal.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue