We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@monogrid/gainmap-js / worker-interface / PromiseWorkerType
PromiseWorkerType = object
object
Defined in: src/worker-types.ts:26
postMessage: (message, transferables?) => Promise<any>
message
transferables
Promise
any
Defined in: src/worker-types.ts:28
Transferable[]
Transferable
Promise<any>