diff options
-rw-r--r-- | ext/fetch/lib.deno_fetch.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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<Headers>; readonly type: ResponseType; readonly url: string; clone(): Response; |