Browsing the same WordPress instance in multiple browser tabs could be useful. Props to @gziolo for the idea. Technically, it would take: * Using the same [WordPress scope](https://github.com/WordPress/wordpress-wasm/pull/31) across multiple tabs * Sharing the database between tabs – [a SharedWorker could come handy](https://github.com/WordPress/wordpress-wasm/issues/9#issuecomment-1277009420).