From 5f610cbdc4af457b423acb9a94c9350e6dd617db Mon Sep 17 00:00:00 2001 From: David Frank Date: Mon, 21 Mar 2016 15:14:56 +0800 Subject: [PATCH] Req and Res ctor should be good enough --- LIMITS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/LIMITS.md b/LIMITS.md index f45e1a4..8278f18 100644 --- a/LIMITS.md +++ b/LIMITS.md @@ -17,5 +17,3 @@ Known differences - Only support `res.text()` and `res.json()` at the moment, until there are good use-cases for blob. - There is currently no built-in caching, as server-side caching varies by use-cases. - -- Avoid using `Request` and `Response` constructors directly, as they are not spec-compliant yet (see open issues).