whatwg / webidl

Web IDL Standard
https://webidl.spec.whatwg.org/
Other
400 stars 159 forks source link

Add an example using async iterable arguments #874

Open saschanaz opened 4 years ago

saschanaz commented 4 years ago

808 added the syntax but the spec doesn't have an example using it.

cc @domenic

domenic commented 4 years ago

You can use https://github.com/whatwg/streams/pull/1035 (specifically https://whatpr.org/streams/1035.html#rs-asynciterator) if you'd like to work on this.