From 1ea4a0af0d7021c2483187cd7c8e9b62f6763003 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 17 Jul 2015 09:51:43 +0300 Subject: [PATCH] unsupported methods temporary commented --- fetch/fetch.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch/fetch.d.ts b/fetch/fetch.d.ts index 8be44d6c1..6f6ff076e 100644 --- a/fetch/fetch.d.ts +++ b/fetch/fetch.d.ts @@ -51,9 +51,11 @@ declare module "fetch" { class Body { bodyUsed: boolean; +/* arrayBuffer(): Promise; blob(): Promise; formData(): Promise; +*/ json(): Promise; text(): Promise; }