- From: Mattias Buelens <notifications@github.com>
- Date: Sun, 03 Feb 2019 16:06:06 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 February 2019 00:06:29 UTC
MattiasBuelens commented on this pull request.
> @@ -792,6 +814,80 @@ option. If <code><a for="underlying source">type</a></code> is set to <code>unde
</code></pre>
</div>
+<!-- Bikeshed doesn't let us mark this up correctly: https://github.com/tabatkins/bikeshed/issues/1344 -->
+<h5 id="rs-asynciterator" iterator for="ReadableStream">[@@asyncIterator]({ <var>preventCancel</var> } = {})</h5>
Using `iterator` instead of `method` here stops Bikeshed from checking if the content is a valid method name, while still doing the linking. (`attribute` also works.)
A bit of a hack, but good enough for now until Bikeshed lets us do this properly? 😅
--
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/980#pullrequestreview-199413664
Received on Monday, 4 February 2019 00:06:29 UTC