wordpress-playground
wordpress-playground copied to clipboard
Run the same WordPress instance across many browser tabs (SharedWorker? Shared FS?)
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 across multiple tabs
- Sharing the database between tabs – a SharedWorker could come handy.