Returns a value or a function that is a proxy for a method or property being accessed on the underlying worker.
The key being acccessed.
A value or a function that is a proxy for key
. Returns undefined
if no proxy can to satisfy key
.
Retrieves a worker feature for the current worker thread.
The target WorkerFeature.
The WorkerFeature instance for target
, or
undefined
if the current worker thread has not been decorated with the feature described by target
.
Generated using TypeDoc
Initializes the base WorkerFeature instance.