API reference › @evolu/web

Variables

VariableDescription
createMessagePortCreates an Evolu MessagePort from a Web MessagePort.
createRunCreates Run for the browser with global error handling.
createWasmSqliteDriver-

Functions

FunctionDescription
createEvoluDepsCreates Evolu dependencies for the web platform.
createLeaderLockCreates a LeaderLock backed by the Web Locks API.
createMessageChannelCreates a MessageChannel from a Web MessageChannel.
createSharedWorkerCreates an Evolu SharedWorker from a Web SharedWorker.
createSharedWorkerSelfCreates an Evolu SharedWorkerSelf from a Web SharedWorkerGlobalScope (self inside a shared worker).
createWorkerCreates a Worker from a Web Worker.
createWorkerDepsCreates deps shared by web worker entry points.
createWorkerSelfCreates an Evolu WorkerSelf from a Web DedicatedWorkerGlobalScope (self inside a dedicated worker).