Recent Docs Activity
View all activityPage | 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. |