W3cubDocs

/Web APIs

Sensor: stop() method

The stop method of the Sensor interface deactivates the current sensor.

Syntax

js

stop()

Parameters

None.

Return value

None (undefined).

Examples

js

// TBD

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
stop 67 79 No No 54 No 67 67 No 48 No 9.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Sensor/stop