Acknowledgements

Hierarchy (view full)

Properties

acknowledged: boolean = true

Whether this is an original message or an acknowledgement

data: any

Additional data to send

error?: {
    message: string;
    stack?: string;
}

If present, then an error occurred in another context, and it needs to be handled

guid: string

Event GUID used to look up event promises to resolve

transferData?: any[]

If set, this data will be transferred between threads, instead of copied. For more info see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects