mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
LibWeb: Add a basic MessageChannel test
This commit is contained in:
parent
fef7571931
commit
512624f31a
2 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
FIXME: Order of messages is incorrect
|
||||
Port1: "Hello"
|
||||
Port1: {"foo":"bar","baz":[1,2,3,4]}
|
||||
Port1: "DONE"
|
||||
Port2: "Hello"
|
||||
Port2: {"foo":"bar","baz":[1,2,3,4]}
|
||||
Port2: "DONE"
|
Loading…
Add table
Add a link
Reference in a new issue