XRTransientInputHitTestSource: cancel() method
Limited availability
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.
Syntax
cancel()
Parameters
None.
Return value
None (undefined
).
Examples
Unsubscribe from hit test
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;
Specifications
Specification |
---|
WebXR Hit Test Module # dom-xrtransientinputhittestsource-cancel |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
cancel |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.