summaryrefslogtreecommitdiff
path: root/ext/fetch/internal.d.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-04 12:37:56 +0200
committerGitHub <noreply@github.com>2023-04-04 12:37:56 +0200
commitc341dbee5d8924988533b88d5a7900b63baf27d3 (patch)
treeb96f14a542b4b930c6bb13be9e26aac2b45c7c2d /ext/fetch/internal.d.ts
parent62c566469710ba610df764df0ee6560295532e4b (diff)
refactor: remove remaining references to "flash" server (#18580)
Follow up to https://github.com/denoland/deno/pull/18578 We will need to do another pass cleaning up `ext/fetch/23_request.js`
Diffstat (limited to 'ext/fetch/internal.d.ts')
-rw-r--r--ext/fetch/internal.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fetch/internal.d.ts b/ext/fetch/internal.d.ts
index 65ce31ad9..aec5322bb 100644
--- a/ext/fetch/internal.d.ts
+++ b/ext/fetch/internal.d.ts
@@ -78,7 +78,6 @@ declare module "ext:deno_fetch/26_fetch.js" {
| "response"
| "none",
skipBody: boolean,
- flash: boolean,
): Request;
function redirectStatus(status: number): boolean;
function nullBodyStatus(status: number): boolean;