const REGISTRY: LocalKey<OnceCell<Registry>>;
Expand description

The registry associated with the thread. This allows the WorkerLocal type to clone the registry in its constructor.