Re: [whatwg/streams] Rewrite to use Web IDL, and generally modernize (#1035)

@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