FMRadio.ondisabled
Specifies an event listener to receive disabled
events. Those events occur when the device's FM radio is turned off.
Syntax
JavaScript
Copy Code
navigator.mozFMRadio.ondisabled = <var>funcRef</var>
Where funcRef
is a function to be called when the disabled
event occurs.
Specifications
Not part of any specification.
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | No support | No support | No support | No support | No support |
Feature | Android | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | No support | No support | 1.0 | No support | No support | No support |
See also
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/fmradio/ondisabled