Skip to content

SerializedObject<S>

SerializedObject<S>: object

A class that is serizlized to and json, that can be constructed back to the original class in the worker or in the main thread

Type parameters

Type parameter Value
S extends Serialized any

Index signature

[_: string]: S

Source

src/util/web_worker_transfer.ts:10