Skip to main content

Class SharedWorkerConnection


Class SharedWorkerConnection

Declared in packages/sdk/client/dist/types/src/services/shared-worker-connection.d.ts:15

Manages the client connection to the shared worker.

Constructors

constructor(options)

Returns: SharedWorkerConnection

Arguments:

options: SharedWorkerConnectionOptions

Properties

Methods

close()

Returns: Promise<void>

Arguments: none

open(params)

Returns: Promise<void>

Arguments:

params: object