resourceLimits
Provides the set of JS engine resource constraints for this Worker thread. If the resourceLimits
option was passed to the Worker
constructor, this matches its values.
If the worker has stopped, the return value is an empty object.
Since
v13.2.0, v12.16.0