Explain limitation on Request and Response ctor

This commit is contained in:
David Frank 2015-09-11 12:13:04 +08:00
parent 917c34f449
commit 906e764476
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ 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).