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
Web Locks: If aborted due to an AbortSignal, use signal's reason
Updated in the spec a year ago[1], if the AbortSignal has a reason,
use that as the rejection, rather than a stock AbortError w/ hardcoded
message.
The WPTs didn't cover verifying the reason for an already-aborted
signal, so add coverage for those cases too.
[1] w3c/web-locks#86
Bug: 1279877
Change-Id: I9838805b10dbb3dae0371abe41faf922344a43f3
0 commit comments