Skip to content

Commit

Permalink
Explain limitation on Request and Response ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
bitinn committed Sep 11, 2015
1 parent 917c34f commit 906e764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LIMITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 906e764

Please sign in to comment.