diff --git a/whatwg-fetch/whatwg-fetch.d.ts b/whatwg-fetch/whatwg-fetch.d.ts index 4d47904a2..86532be60 100644 --- a/whatwg-fetch/whatwg-fetch.d.ts +++ b/whatwg-fetch/whatwg-fetch.d.ts @@ -52,6 +52,7 @@ declare class Body { blob(): Promise; formData(): Promise; json(): Promise; + json(): Promise; text(): Promise; } declare class Response extends Body {