-
Notifications
You must be signed in to change notification settings - Fork 22
Streams integration: change from .wait() to .ready #83
Comments
Ok, thanks for spotting this Domenic. I'll replace |
Oh yeah, sorry for not noticing that too.
That was exactly the reasoning :) |
I fill that and make a PR. |
Looks ok? #84 |
Closed with #84 |
I did a scan and .wait() is only used in notes and in examples so this is pretty minor. But in whatwg/streams#243 we changed from a side-effecting
.wait()
to a passive.ready
in the public API.The text was updated successfully, but these errors were encountered: