Skip to content

Commit 1418879

Browse files
committed
🔥 Remove unmodified properties of Body
1 parent 77c9770 commit 1418879

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

generated/lib.dom.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,13 +2805,7 @@ interface Body {
28052805
json(): Promise<JSONValue>;
28062806
text(): Promise<string>;
28072807
}
2808-
// readonly body: ReadableStream<Uint8Array> | null;
2809-
// readonly bodyUsed: boolean;
2810-
// arrayBuffer(): Promise<ArrayBuffer>;
2811-
// blob(): Promise<Blob>;
2812-
// formData(): Promise<FormData>;
28132808
// json(): Promise<any>;
2814-
// text(): Promise<string>;
28152809

28162810
interface BroadcastChannelEventMap {
28172811
message: MessageEvent;

lib/lib.dom.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
interface Body {
2-
readonly body: ReadableStream<Uint8Array> | null;
3-
readonly bodyUsed: boolean;
4-
arrayBuffer(): Promise<ArrayBuffer>;
5-
blob(): Promise<Blob>;
6-
formData(): Promise<FormData>;
72
json(): Promise<JSONValue>;
8-
text(): Promise<string>;
93
}

0 commit comments

Comments
 (0)