Interface: RuntimeCapabilities

Properties

PropertyModifierTypeDescription
backend?readonly"browser" | "server"Backend currently serving the runtime.
cacheStoragereadonlyboolean-
checkpoints?readonlybooleanWhether the active backend supports explicit checkpoints / persisted workspace snapshots.
crossOriginIsolatedreadonlyboolean-
indexedDbreadonlyboolean-
linux?readonlybooleanWhether the active backend is a Linux environment.
nativePackages?readonlybooleanWhether native server packages or tools are available.
opfsreadonlyboolean-
persistentFilesystem?readonly"server" | "opfs"Persistence layer used by the active backend.
python?readonlyfalse | "pyodide" | "system"Python availability for the active backend.
serviceWorkerreadonlyboolean-
sharedArrayBufferreadonlyboolean-
wasmHelpersreadonly"wasm" | "typescript-fallback"-