mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #4323 from jonathantyates/patch-3
Update whatwg-fetch.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -51,7 +51,7 @@ declare class Body {
|
||||
arrayBuffer(): Promise<ArrayBuffer>;
|
||||
blob(): Promise<Blob>;
|
||||
formData(): Promise<FormData>;
|
||||
json(): Promise<JSON>;
|
||||
json(): Promise<any>;
|
||||
text(): Promise<string>;
|
||||
}
|
||||
declare class Response extends Body {
|
||||
|
||||
Reference in New Issue
Block a user