Re: [streams] ReadableStream.getReader name is a bit misleading (#308)

....which seems to somewhat fit into:
```js
const reader = stream.reserveReader();
reader.release();
```


---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/308#issuecomment-89137495

Received on Friday, 3 April 2015 02:59:17 UTC