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
Spec "Create a trusted event e that uses the FetchEvent interface, with the event type fetch, which does not bubble, is not cancelable, and has no default action."
But later "If event's canceled flag is set, then:
Set eventCanceled to true.
"
The DOM spec says preventDefault() can only set the canceled flag if the event is cancelable. 1
So cancelable or not cancelable?
The text was updated successfully, but these errors were encountered:
Spec "Create a trusted event e that uses the FetchEvent interface, with the event type fetch, which does not bubble, is not cancelable, and has no default action."
But later "If event's canceled flag is set, then:
"
The DOM spec says preventDefault() can only set the canceled flag if the event is cancelable. 1
So cancelable or not cancelable?
The text was updated successfully, but these errors were encountered: