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
stream: import markPromiseAsHandled directly in pipeTo
Import markPromiseAsHandled directly from internalBinding('util') in
readablestream.js rather than re-exporting it through
internal/webstreams/util, so the C++ boundary stays visible at the
call site.
Also drop the verbose inline comments describing the
markPromiseAsHandled vs setPromiseHandled choice; the rationale lives
in the PR description.
0 commit comments