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.

avgp (Martin Naumann)

Member since
avgp

Recent Docs Activity

View all activity
Page Date Comment

Screen.unlockOrientation()


Screen.unlockOrientation()


The working draft uses screen.orientation.lock / unlock instead of screen.lockOrientation / unlockOrientation

WebFM API


The privilege level is wrong. "Installed" is enough, it doesn't have to be privileged or certified.

FMRadio.antennaAvailable


Using window.addEventListener('antennaavailablechange', function() { ... }) does not work properly. navigator.mozFMRadio.onantennaavailablechange = function() {...} does.