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 35db942
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 654 deletions.

0 comments on commit 35db942

Please sign in to comment.