Skip to content

Commit 1ea4a0a

Browse files
author
Vladimir Enchev
committed
unsupported methods temporary commented
1 parent 6cd62bb commit 1ea4a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fetch/fetch.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ declare module "fetch" {
5151

5252
class Body {
5353
bodyUsed: boolean;
54+
/*
5455
arrayBuffer(): Promise<ArrayBuffer>;
5556
blob(): Promise<Blob>;
5657
formData(): Promise<FormData>;
58+
*/
5759
json(): Promise<any>;
5860
text(): Promise<string>;
5961
}

0 commit comments

Comments
 (0)