ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE
无法在目标虚拟机 Context
中反序列化发布到 MessagePort
的消息。
目前并非所有 Node.js 对象都可以在任何上下文中成功实例化,在这种情况下,尝试使用 postMessage()
传输它们可能会在接收端失败。
A message posted to a MessagePort
could not be deserialized in the target
vm Context
. Not all Node.js objects can be successfully instantiated in
any context at this time, and attempting to transfer them using postMessage()
can fail on the receiving side in that case.