Interface PlatformFeatures

interface PlatformFeatures {
    bigInt64Array: boolean;
    crossOriginIsolated: boolean;
    wasmBulkMemory: boolean;
    wasmExceptions: boolean;
    wasmSIMD: boolean;
    wasmThreads: boolean;
}

Properties

bigInt64Array: boolean
crossOriginIsolated: boolean
wasmBulkMemory: boolean
wasmExceptions: boolean
wasmSIMD: boolean
wasmThreads: boolean

Generated using TypeDoc