File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -2805,13 +2805,7 @@ interface Body {
2805
2805
json(): Promise<JSONValue>;
2806
2806
text(): Promise<string>;
2807
2807
}
2808
- // readonly body: ReadableStream<Uint8Array> | null;
2809
- // readonly bodyUsed: boolean;
2810
- // arrayBuffer(): Promise<ArrayBuffer>;
2811
- // blob(): Promise<Blob>;
2812
- // formData(): Promise<FormData>;
2813
2808
// json(): Promise<any>;
2814
- // text(): Promise<string>;
2815
2809
2816
2810
interface BroadcastChannelEventMap {
2817
2811
message: MessageEvent;
Original file line number Diff line number Diff line change 1
1
interface Body {
2
- readonly body : ReadableStream < Uint8Array > | null ;
3
- readonly bodyUsed : boolean ;
4
- arrayBuffer ( ) : Promise < ArrayBuffer > ;
5
- blob ( ) : Promise < Blob > ;
6
- formData ( ) : Promise < FormData > ;
7
2
json ( ) : Promise < JSONValue > ;
8
- text ( ) : Promise < string > ;
9
3
}
You can’t perform that action at this time.
0 commit comments