Akashic Engine
    Preparing search index...

    Interface Environment

    interface Environment {
        "akashic-runtime"?: string | AkashicRuntime;
        atsumaru?: AtsumaruEnvironment;
        external?: External;
        features?: "WebAssembly"[];
        nicolive?: NicoliveEnvironment;
        niconico?: NicoliveEnvironment;
        "sandbox-runtime"?: string;
    }
    Index

    Properties

    "akashic-runtime"?: string | AkashicRuntime
    external?: External
    features?: "WebAssembly"[]
    "sandbox-runtime"?: string