api / interfaces / RuntimeCapabilities
Interface: RuntimeCapabilities
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
backend? | readonly | "browser" | "server" | Backend currently serving the runtime. |
cacheStorage | readonly | boolean | - |
checkpoints? | readonly | boolean | Whether the active backend supports explicit checkpoints / persisted workspace snapshots. |
crossOriginIsolated | readonly | boolean | - |
indexedDb | readonly | boolean | - |
linux? | readonly | boolean | Whether the active backend is a Linux environment. |
nativePackages? | readonly | boolean | Whether native server packages or tools are available. |
opfs | readonly | boolean | - |
persistentFilesystem? | readonly | "server" | "opfs" | Persistence layer used by the active backend. |
python? | readonly | false | "pyodide" | "system" | Python availability for the active backend. |
serviceWorker | readonly | boolean | - |
sharedArrayBuffer | readonly | boolean | - |
wasmHelpers | readonly | "wasm" | "typescript-fallback" | - |