mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:07:35 +00:00

This is to allow future changes to do cross-process MessagePorts in an implementation-agnostic way. Add some tests for this behavior. Delivering messages that were posted to a MessagePort just before it was transferred is not yet implemented still.
6 lines
117 B
Text
6 lines
117 B
Text
Port1: "Hello"
|
|
Port1: {"foo":{}}
|
|
Port1: "DONE"
|
|
Port2: "Hello"
|
|
Port3: "Hello from the transferred port"
|
|
Port2: "DONE"
|