mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Post all MessagePort messages over their LocalSockets
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.
This commit is contained in:
parent
6e3b816763
commit
c0f50b12a4
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/ADKaster
Commit: c0f50b12a4
Pull-request: https://github.com/SerenityOS/serenity/pull/22361
7 changed files with 301 additions and 52 deletions
|
@ -0,0 +1,6 @@
|
|||
Port1: "Hello"
|
||||
Port1: {"foo":{}}
|
||||
Port1: "DONE"
|
||||
Port2: "Hello"
|
||||
Port3: "Hello from the transferred port"
|
||||
Port2: "DONE"
|
Loading…
Add table
Add a link
Reference in a new issue