Skip to main content
These declarations are exported by @napps/nodes and describe the browser-like APIs available inside the Expresso runtime.

Timers and console

Performance

Fetch types

Streams and binary data

Constructed JavaScript ReadableStream sources are not supported. Network response streams are supported.

WebSocket

Connections do not automatically reconnect. Binary messages are delivered as an ArrayBuffer or Blob according to binaryType.

Abort

URL

Persistent storage

AppStorage is asynchronous, persistent, scoped, and SQLite-backed. The complete storage interfaces include AppStorageScope, AppStorageKv, AppStorageTable, AppStorageUsage, query conditions, indexes, expiration, and quota options.
sessionStorage remains the synchronous process-scoped storage API. See Runtime APIs for behavior and limits.