From c341dbee5d8924988533b88d5a7900b63baf27d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Apr 2023 12:37:56 +0200 Subject: 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` --- ext/fetch/internal.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/fetch/internal.d.ts') 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; -- cgit v1.2.3