web api event
Element: webkitmouseforceup event
The non-standard webkitmouseforceup event is fired by Safari at an Element some time after the webkitmouseforcedown event, when pressure on the button has been reduced sufficiently to end the “force click”.
webkitmouseforceup is a proprietary, WebKit-specific event. It is part of the Force Touch events feature.
Syntax
Use the event name in methods like addEventListener(), or set an event handler property.
addEventListener("webkitmouseforceup", (event) => { })
onwebkitmouseforceup = (event) => { }
Event type
A MouseEvent. Inherits from UIEvent and Event.
Specifications
Not part of any specification. Apple has a description at the Mac Developer Library.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.