Open
Description
The lock()
steps currently state that
Reject the p with an "AbortError" DOMException.
But in this case p
refers to the promise of the current call, not the previous pending lock.
Shouldn't it be something like this?:
Reject the promise of the pending lock with an "AbortError" DOMException.
Metadata
Metadata
Assignees
Labels
No labels