pub fn release_pointer_capture( el: &Element, e: &PointerEvent, ) -> Result<(), JsString>
Release pointer capture on an element using the id from a PointerEvent.
PointerEvent