非標準
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.
This API is available on Firefox or Firefox OS for installed or higher privileged applications.
概要
antennaAvailable
プロパティの値は、アンテナが接続されており利用可能かどうかを示します。
構文
var antenna = instanceOfFMRadio.antennaAvailable
値
真偽値を返します。
例
navigator.mozFMRadio.onantennaavailablechange = function () { if (navigator.mozFMRadio.antennaAvailable) { console.log("アンテナが接続されています"); } else { console.log("アンテナが接続されていません"); } };
仕様書
仕様はありません。