File tree 1 file changed +5
-0
lines changed 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -564,6 +564,10 @@ changes:
564
564
occur as described in the [ HTML structured clone algorithm] [ ] , and an error
565
565
will be thrown if the object cannot be cloned (e.g. because it contains
566
566
` function ` s).
567
+ * ` transferList ` {Object[ ] } If one or more ` MessagePort ` -like objects
568
+ are passed in ` workerData ` , a ` transferList ` is required for those
569
+ items or [ ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST ` ] [ ] will be thrown.
570
+ See [ ` port.postMessage() ` ] [ ] for more information.
567
571
* ` resourceLimits ` {Object} An optional set of resource limits for the new
568
572
JS engine instance. Reaching these limits will lead to termination of the
569
573
` Worker ` instance. These limits only affect the JS engine, and no external
@@ -750,6 +754,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
750
754
[ `'exit'` event ] : #worker_threads_event_exit
751
755
[ `AsyncResource` ] : async_hooks.html#async_hooks_class_asyncresource
752
756
[ `Buffer` ] : buffer.html
757
+ [ `ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST` ] : errors.html#errors_err_missing_message_port_in_transfer_list
753
758
[ `ERR_WORKER_NOT_RUNNING` ] : errors.html#ERR_WORKER_NOT_RUNNING
754
759
[ `EventEmitter` ] : events.html
755
760
[ `EventTarget` ] : https://developer.mozilla.org/en-US/docs/Web/API/EventTarget
You can’t perform that action at this time.
0 commit comments