mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 14:17:49 -04:00
fix(ext/fetch): remove Response.trailer from types (#17284)
This commit is contained in:
parent
ac056e0aa6
commit
183305c05e
1 changed files with 0 additions and 1 deletions
1
ext/fetch/lib.deno_fetch.d.ts
vendored
1
ext/fetch/lib.deno_fetch.d.ts
vendored
|
@ -421,7 +421,6 @@ declare class Response implements Body {
|
||||||
readonly redirected: boolean;
|
readonly redirected: boolean;
|
||||||
readonly status: number;
|
readonly status: number;
|
||||||
readonly statusText: string;
|
readonly statusText: string;
|
||||||
readonly trailer: Promise<Headers>;
|
|
||||||
readonly type: ResponseType;
|
readonly type: ResponseType;
|
||||||
readonly url: string;
|
readonly url: string;
|
||||||
clone(): Response;
|
clone(): Response;
|
||||||
|
|
Loading…
Add table
Reference in a new issue