Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Update for readable stream spec changes #86

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

domenic
Copy link
Contributor

@domenic domenic commented Mar 25, 2015

Readable stream transitioned from .ready + sync .read() to async .read() in whatwg/streams#296. This PR updates the examples to use this new API.

It also removes a lot of trailing whitespace. The diff might be best viewed without whitespace tracked.

Readable stream transitioned from .ready + sync .read() to async .read() in whatwg/streams#296. This PR updates the examples to use this new API.

It also removes a lot of trailing whitespace. The diff might be best viewed without whitespace tracked.
@domenic domenic force-pushed the streams-async-read branch from acc3393 to 6897a4b Compare March 28, 2015 22:05
ClaesNilsson added a commit that referenced this pull request Mar 30, 2015
Update for readable stream spec changes
@ClaesNilsson ClaesNilsson merged commit 5ff23ae into sysapps:gh-pages Mar 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants