UNPKG

@zlepper/rpc

Version:

Allows RPC from the main thread to a background worker thread (Of any kind), using ES6 classes.

7 lines (6 loc) 297 B
export * from './client/worker-consumer.js'; export * from './client/worker-client-connection.js'; export * from './shared/cross-invocation.js'; export * from './shared/normalized-event-target.js'; export * from './worker/worker-provider.js'; export * from './worker/worker-server-connection.js';