diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-04 12:37:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 12:37:56 +0200 |
commit | c341dbee5d8924988533b88d5a7900b63baf27d3 (patch) | |
tree | b96f14a542b4b930c6bb13be9e26aac2b45c7c2d /ext/fetch/internal.d.ts | |
parent | 62c566469710ba610df764df0ee6560295532e4b (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.ts | 1 |
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; |