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 XRHitTestSource interface unsubscribes a hit test.
cancel()None.
None (undefined).
The cancel() method unsubscribes from a hit test source. Since the XRHitTestSource object will no longer be usable, you can clean up and set it to null.
hitTestSource.cancel();
hitTestSource = null;