You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Hey, @ronag and myself are looking at implementing this proposal (or a similar API) on Node.js streams and one thing we are missing is cancellation support.
Given the current state of things I think it would be useful to accept an options object as the second parameter (so we can pass an AbortSignal).
If this is complicated right now, it would be great if the spec was future-proofed for when cancellation has language level-support/integration.
Also - this is a good example of a language-level API that would benefit from cancellation at the language level.