Skip to content

Commit

Permalink
fix(ext/fetch): remove Response.trailer from types (denoland#17284)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers committed Jan 15, 2023
1 parent 1dc3609 commit 2f15efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/fetch/lib.deno_fetch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f15efb

Please sign in to comment.