Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace byte stream with ReadableStream
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