Interface Environment

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

Properties

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