1
Fork 0
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:
Andrew Kaster 2023-12-07 15:50:01 -07:00 committed by Andreas Kling
parent fef7571931
commit 512624f31a
2 changed files with 31 additions and 0 deletions

View file

@ -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"