This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The cancel() method of the XRTransientInputHitTestSource interface unsubscribes a transient input hit test.
cancel()
None.
None (undefined).
The cancel() method unsubscribes from a transient input hit test source. Since the XRTransientInputHitTestSource object will no longer be usable, you can clean up and set it to null.
transientHitTestSource.cancel(); transientHitTestSource = null;
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
cancel |
81 | 81 | No | 68 | No | 81 | No | 58 | No | 13.0 | No | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XRTransientInputHitTestSource/cancel