- From: Domenic Denicola <notifications@github.com>
- Date: Sat, 18 Apr 2020 09:02:33 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 18 April 2020 16:02:47 UTC
@domenic commented on this pull request. > - <a href="#rbs-controller-close">close</a>() - <a href="#rbs-controller-enqueue">enqueue</a>(chunk) - <a href="#rbs-controller-error">error</a>(e) - } -</code></pre> +<xmp class="idl"> +[Exposed=(Window,Worker,Worklet)] +interface ReadableByteStreamController { + readonly attribute ReadableStreamBYOBRequest byobRequest; Good catch! It should probably switch to `null` since that's more idiomatic for Web IDL-using APIs. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1035#discussion_r410716032
Received on Saturday, 18 April 2020 16:02:47 UTC