diff --git a/BinaryExtension.md b/BinaryExtension.md index 09097ca19..5c3648c2c 100644 --- a/BinaryExtension.md +++ b/BinaryExtension.md @@ -35,6 +35,8 @@ The reader's `read()` method returns a Uint8Array. #### getByobReader() +See [#294](https://github.com/whatwg/streams/issues/294) about method naming. + The `getByobReader` method creates a byob byte stream reader and locks the byte stream to the new reader. ## Class ByobByteStreamReader