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 eeb79df
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 565 deletions.
Loading

0 comments on commit eeb79df

Please sign in to comment.