web api instance method
Document: releaseCapture() method
The releaseCapture() method releases mouse capture if
it’s currently enabled on an element within this document.
Once mouse capture is released, mouse events will no longer all be directed to the element on which capture is enabled.
Enabling mouse capture on an element is done by calling setCapture().
Syntax
releaseCapture()
Parameters
None.
Return value
None (undefined).
Examples
See the example for
setCapture().
Specifications
Not part of any specification.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.