kaios-types
    Preparing search index...

    Interface MozWakeLock

    dom.wakelock.enabled Represents a lock that prevents the device from entering sleep mode.

    interface MozWakeLock {
        topic: string;
        unlock(): void;
    }
    Index

    Properties

    Methods

    Properties

    topic: string

    The topic of the wake lock.

    Methods