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