Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AbortSignal's abort reason to abort SendStream #377

Merged
merged 2 commits into from
Dec 3, 2021

Conversation

nidhijaju
Copy link
Member

@nidhijaju nidhijaju commented Dec 2, 2021

Update spec as WritableStreamDefaultController.abortReason was removed in whatwg/streams#1177, and AbortSignal now has an "abort reason" property (i.e. signal.reason based on whatwg/dom#1027) that can be used instead for aborting a SendStream.

@yutakahirano Is it okay if you could take a look?


Preview | Diff

index.bs Outdated Show resolved Hide resolved
@w3cbot
Copy link

w3cbot commented Dec 2, 2021

ylafon marked as non substantive for IPR from ash-nazg.

@yutakahirano yutakahirano merged commit 3ddc1a8 into w3c:main Dec 3, 2021
@nidhijaju nidhijaju deleted the update-abortreason branch December 3, 2021 01:48
github-actions bot added a commit that referenced this pull request Dec 3, 2021
SHA: 3ddc1a8
Reason: push, by @yutakahirano

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants