Strata - v1.4.10
    Preparing search index...

    Interface PlatformCapabilities

    interface PlatformCapabilities {
        hasDeviceMotion: boolean;
        hasHaptics: boolean;
        hasLocalStorage: boolean;
        hasTouchInput: boolean;
        hasWebAudio: boolean;
        hasWebGL: boolean;
    }
    Index

    Properties

    hasDeviceMotion: boolean
    hasHaptics: boolean
    hasLocalStorage: boolean
    hasTouchInput: boolean
    hasWebAudio: boolean
    hasWebGL: boolean