mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
fix(ext/fetch): remove Response.trailer from types (#17284)
This commit is contained in:
parent
1dc3609ff2
commit
2f15efbb3d
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 status: number;
|
||||
readonly statusText: string;
|
||||
readonly trailer: Promise<Headers>;
|
||||
readonly type: ResponseType;
|
||||
readonly url: string;
|
||||
clone(): Response;
|
||||
|
|
Loading…
Add table
Reference in a new issue