Results 1 - 7 of 7

MozWakeLock

The MozWakeLock interface of the Wake Lock API tracks a wake lock set on any resource set on the device.
API Firefox OS Interface Reference Wake Lock API

MozWakeLock.topic

The MozWakeLock.topic read-only property returns a DOMString with the name of the resource locked.
API Firefox OS MozWakeLock Property Read-only Reference Wake Lock API

MozWakeLock.unlock()

The MozWakeLock.unlock() method releases the lock on the resource. If several locks have been taken on the resource, each of them needs to be released individually.
API Firefox OS Method MozWakeLock Non-standard Reference Wake Lock API