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

Add abort reason to AbortSignal #12695

Closed
petamoriken opened this issue Nov 8, 2021 · 1 comment · Fixed by #12697
Closed

Add abort reason to AbortSignal #12695

petamoriken opened this issue Nov 8, 2021 · 1 comment · Fixed by #12697
Labels
feat new feature (which has been agreed to/accepted) web related to Web APIs

Comments

@petamoriken
Copy link
Contributor

related: whatwg/dom#1027

The DOM Standard specification has been updated so that AbortSignal.abort and AbortController.prototype.abort now accept reason.

@lucacasonato lucacasonato added feat new feature (which has been agreed to/accepted) web related to Web APIs labels Nov 8, 2021
@lucacasonato lucacasonato added this to the 1.17.0 milestone Nov 8, 2021
@lucacasonato lucacasonato removed this from the 1.17.0 milestone Nov 8, 2021
@lucacasonato
Copy link
Member

Just landed. Will ship in 1.16 tomorrow. Fastest spec addition turnaround to date? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted) web related to Web APIs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants