Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

FMRadio.enabled

非標準
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.

概要

enabled プロパティの値は、ラジオが再生中 (true) か、そうでない (false) かを示します。

構文

var playing = instanceOfFMRadio.enabled

真偽値を返します。

window.addEventListener('enabled', function () {
  if (navigator.mozFMRadio.enabled) {
    console.log("ラジオは再生中です");
  } else {
    console.log("ラジオは OFF です");
  }
});

仕様書

仕様はありません。

参照

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, Marsf
 最終更新者: Marsf,