API reference › @evolu/web

Interfaces

InterfaceDescription
SharedWorkerUnsupported-
SharedWorkerUnsupportedDep-

Variables

VariableDescription
createBroadcastChannelCreates an Evolu BroadcastChannel from a Web BroadcastChannel.
createMessagePortCreates an Evolu MessagePort from a Web MessagePort.
createWasmSqliteDriver-

Functions

FunctionDescription
availableParallelismReturns the amount of logical processors available to the browser.
createEvoluDepsCreates Evolu dependencies for the web platform.
createMessageChannelCreates a MessageChannel from a Web MessageChannel.
createOneTabSharedWorkerSelfPolyfillCreates a one-tab SharedWorkerSelf polyfill for browsers without native SharedWorker support.
createRunCreates a root Run for the browser.
createSharedWorkerCreates a 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).
installOneTabSharedWorkerPolyfillInstalls a one-tab SharedWorker polyfill backed by a Web Worker.