Hey, first of all thanks for this work, it's working well for testing BroadcastChannel locally.
However according to https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel/postMessage#message we should be able to send messages other than just strings. I know it's impossible to support the full structuredClone algorithm, but we could in the meantime simply use JSON.stringify/parse? Thoughts?
Thanks!