mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
unsupported methods temporary commented
This commit is contained in:
2
fetch/fetch.d.ts
vendored
2
fetch/fetch.d.ts
vendored
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user