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 @@ -2826,13 +2826,7 @@ interface Body {
2826
2826
json(): Promise<JSONValue>;
2827
2827
text(): Promise<string>;
2828
2828
}
2829
- // readonly body: ReadableStream<Uint8Array> | null;
2830
- // readonly bodyUsed: boolean;
2831
- // arrayBuffer(): Promise<ArrayBuffer>;
2832
- // blob(): Promise<Blob>;
2833
- // formData(): Promise<FormData>;
2834
2829
// json(): Promise<any>;
2835
- // text(): Promise<string>;
2836
2830
2837
2831
interface BroadcastChannelEventMap {
2838
2832
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