electron/shell/services/node
Shelley Vohr 8e8ea3ee8b
fix: MessagePort closing unexpectedly with non-cloneable objects (#42535)
* fix: MessagePort closing unexpectedly with non-cloneable objects

* fix: handle serialization failure in parentPort
2024-06-19 11:27:07 +02:00
..
public/mojom feat: add net module to utility process (#40017) 2024-01-04 16:20:37 -05:00
node_service.cc fix: utilityProcess exit codes (#42297) 2024-06-07 10:06:00 +02:00
node_service.h fix: destroy NodeService message pipe last (#41277) 2024-02-09 22:44:35 +01:00
parent_port.cc fix: MessagePort closing unexpectedly with non-cloneable objects (#42535) 2024-06-19 11:27:07 +02:00
parent_port.h