- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 05 Mar 2015 08:24:53 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 5 March 2015 16:25:24 UTC
(cont'd) Class definitions
```es6
class ReadableStream {
closed
read(container)
cancel(reason)
release()
}
class WritableStream {
closed
ready
write(value)
close()
abort(reason)
release()
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/253#issuecomment-77395637
Received on Thursday, 5 March 2015 16:25:24 UTC