- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 10 Aug 2020 14:00:23 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 August 2020 21:00:35 UTC
@domenic commented on this pull request. > + +<h4 id="generic-reader-mixin-definition">Interface definition</h4> + +The Web IDL definition for the {{ReadableStreamGenericReader}} interface mixin is given as follows: + +<xmp class="idl"> +interface mixin ReadableStreamGenericReader { + readonly attribute Promise<void> closed; + + Promise<void> cancel(optional any reason); +}; +</xmp> + +<h4 id="generic-reader-internal-slots">Internal slots</h4> + +Instances of classes implementing the {{ReadableStreamGenericReader}} mixin are created with the implementing -> including -- 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/1050#pullrequestreview-464584287
Received on Monday, 10 August 2020 21:00:35 UTC