You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you need to use multiple tabs in the REPL when you're trying different things or opening multiple shared URLs. In those cases, it's a bit tedious to wait the 5-6 seconds every time until being able to use the REPL.
It shouldn't be too difficult to turn the current worker into a shared worker so it can be reused in multiple browser tabs. I'll look into this.
The text was updated successfully, but these errors were encountered:
Using a unique id for each tab is a great idea! We should also add the timestamp so, in case there's nothing saved with that id, the REPL will load the most recent data (at this point we should start thinking about IndexedDb instead of localStorage).
Also my idea is that, as soon as users start to get serious with their work, they must set a project name, that will become the id when saving it.
Sometimes you need to use multiple tabs in the REPL when you're trying different things or opening multiple shared URLs. In those cases, it's a bit tedious to wait the 5-6 seconds every time until being able to use the REPL.
It shouldn't be too difficult to turn the current worker into a shared worker so it can be reused in multiple browser tabs. I'll look into this.
The text was updated successfully, but these errors were encountered: