Bug 232299

Summary: Add abort reason to AbortSignal
Product: WebKit Reporter: nidhijaju
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, ashvayka, cdumez, clopez, darin, esprehn+autocc, ews-watchlist, ggaren, kangil.han, kondapallykalyan, sam, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=233066
Bug Depends on:    
Bug Blocks: 232747    
Attachments:
Description Flags
Patch none

nidhijaju
Reported 2021-10-26 02:12:46 PDT
Add an abort reason property to AbortSignal (i.e. signal.reason) which is a JavaScript value used when aborting a signal. See https://github.com/whatwg/streams/issues/1165 and https://github.com/whatwg/dom/pull/1027.
Attachments
Patch (15.57 KB, patch)
2021-11-08 09:57 PST, Chris Dumez
no flags
Radar WebKit Bug Importer
Comment 1 2021-11-02 02:13:14 PDT
Chris Dumez
Comment 2 2021-11-08 09:57:09 PST
EWS Watchlist
Comment 3 2021-11-08 09:57:57 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Alexey Shvayka
Comment 4 2021-11-08 13:04:53 PST
Comment on attachment 443562 [details] Patch Neatly done!
EWS
Comment 5 2021-11-08 13:36:42 PST
Committed r285428 (243984@main): <https://commits.webkit.org/243984@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 443562 [details].
Note You need to log in before you can comment on or make changes to this bug.