unsupported methods temporary commented

This commit is contained in:
Vladimir Enchev
2015-07-17 09:51:43 +03:00
parent 6cd62bbf6c
commit 1ea4a0af0d

2
fetch/fetch.d.ts vendored
View File

@@ -51,9 +51,11 @@ declare module "fetch" {
class Body {
bodyUsed: boolean;
/*
arrayBuffer(): Promise<ArrayBuffer>;
blob(): Promise<Blob>;
formData(): Promise<FormData>;
*/
json(): Promise<any>;
text(): Promise<string>;
}