Firefox Tomorrow

web api instance method

XRTransientInputHitTestSource: cancel() method

View on MDN ↗

Limited availabilitySecure context

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.