新增于: v13.2.0, v12.16.0
在这个工作线程中提供了一组 JS 引擎资源约束。
如果将 resourceLimits
选项传给 Worker
构造函数,则这与其值匹配。
如果在主线程中使用此,则其值为空对象。
Added in: v13.2.0, v12.16.0
Provides the set of JS engine resource constraints inside this Worker thread.
If the resourceLimits
option was passed to the Worker
constructor,
this matches its values.
If this is used in the main thread, its value is an empty object.