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 Jan 29, 2016
1 parent 01c7f9f commit 5b90955
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 606 deletions.
Loading

0 comments on commit 5b90955

Please sign in to comment.