gmkitx API - v0.10.1
    正在准备搜索索引...

    类型别名 EnvReport

    当前 JavaScript 运行环境中与 GMKit 相关的基础能力探测结果。

    type EnvReport = {
        hasBigInt: boolean;
        hasNodeCrypto: boolean;
        hasTextDecoder: boolean;
        hasTextEncoder: boolean;
        hasWebCrypto: boolean;
    }
    索引
    hasBigInt: boolean

    是否提供原生 BigInt

    hasNodeCrypto: boolean

    当前 CommonJS 环境是否可加载 node:crypto.randomBytes

    hasTextDecoder: boolean

    是否提供全局或 Node.js TextDecoder

    hasTextEncoder: boolean

    是否提供全局或 Node.js TextEncoder

    hasWebCrypto: boolean

    是否提供 crypto.getRandomValues