Type alias: Serialized¶
Ƭ Serialized: null
| void
| boolean
| number
| string
| Boolean
| Number
| String
| Date
| RegExp
| ArrayBuffer
| ArrayBufferView
| ImageData
| ImageBitmap
| Blob
| Serialized
[] | SerializedObject
All the possible values that can be serialized and sent to and from the worker
Defined in¶
src/util/web_worker_transfer.ts:17