From 2f15efbb3d468ea8c2be31c21f7df80c4f9ba368 Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers Date: Sun, 15 Jan 2023 05:42:52 +0100 Subject: fix(ext/fetch): remove Response.trailer from types (#17284) --- ext/fetch/lib.deno_fetch.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/fetch/lib.deno_fetch.d.ts') diff --git a/ext/fetch/lib.deno_fetch.d.ts b/ext/fetch/lib.deno_fetch.d.ts index 319d4e8ed..5031cc431 100644 --- a/ext/fetch/lib.deno_fetch.d.ts +++ b/ext/fetch/lib.deno_fetch.d.ts @@ -421,7 +421,6 @@ declare class Response implements Body { readonly redirected: boolean; readonly status: number; readonly statusText: string; - readonly trailer: Promise; readonly type: ResponseType; readonly url: string; clone(): Response; -- cgit v1.2.3