@perspective-dev/client
Preparing search index...
src/ts/wasm/browser.ts
worker
Function worker
worker
(
module
:
Promise
<
__module
>
,
server_wasm
:
Promise
<
Module
>
|
undefined
,
perspective_wasm_worker
:
Promise
<
MessagePort
|
Worker
|
SharedWorker
|
ServiceWorker
,
>
,
)
:
Promise
<
Client
>
Create a new client connected exclusively to a new Web Worker instance of the Perspective engine.
Parameters
module
:
Promise
<
__module
>
server_wasm
:
Promise
<
Module
>
|
undefined
perspective_wasm_worker
:
Promise
<
MessagePort
|
Worker
|
SharedWorker
|
ServiceWorker
>
Returns
Promise
<
Client
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@perspective-dev/client
Loading...
Create a new client connected exclusively to a new Web Worker instance of the Perspective engine.