Skip to content

Commit

Permalink
Replace byte stream with ReadableStream
Browse files Browse the repository at this point in the history
This change replaces byte streams used in request and response with ReadableStream. This change
also unifies some properties and operations which was defined separately in Request and Response
classes.

The change is based on
https://github.com/yutakahirano/fetch-with-streams/blob/master/body-readable-stream.md.
Depending specs need to be changed as well.
  • Loading branch information
yutakahirano committed Feb 13, 2016
1 parent 82b7d45 commit 9ea3c2f
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 657 deletions.
Loading

0 comments on commit 9ea3c2f

Please sign in to comment.