fix(ext/fetch) Fix request clone error in flash server (#16174)

This commit is contained in:
Isaiah Gamble 2023-01-14 23:08:34 -05:00 committed by GitHub
parent fd85f840cd
commit efcbfd5206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 91 additions and 7 deletions

View file

@ -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;