Req and Res ctor should be good enough

This commit is contained in:
David Frank 2016-03-21 15:14:56 +08:00
parent 2dd4ee5838
commit 5f610cbdc4
1 changed files with 0 additions and 2 deletions

View File

@ -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).