UNPKG

@casual-simulation/aux-vm-browser

Version:

A set of utilities required to securely run an AUX in a web browser.

12 lines 298 B
export interface NewWorkerMessage { type: 'new_worker'; id: string; port: any; url: string; options: any | /* WorkerOptions */ undefined; } export interface TerminateWorkerMessage { type: 'terminate_worker'; id: string; } //# sourceMappingURL=NestedWorkerEvents.d.ts.map