Enable synchronisation between tabs #139

Open
opened 2020-12-03 13:39:59 +01:00 by FWDekker · 1 comment
Owner

Currently, changes made in one tab are not present in another tab. They just write repeatedly. There should be some form of synchronisation between the two. This will require writing to localstorage each time a change is made, and will require implementing a sort of lock system between the tabs. Awful idea tbh.

Currently, changes made in one tab are not present in another tab. They just write repeatedly. There should be some form of synchronisation between the two. This will require writing to localstorage each time a change is made, and will require implementing a sort of lock system between the tabs. Awful idea tbh.
FWDekker added the
bug
feature
labels 2020-12-03 13:39:59 +01:00
FWDekker self-assigned this 2020-12-03 13:39:59 +01:00
FWDekker added the
on-hold
label 2020-12-23 11:55:45 +01:00
Author
Owner

See also the BroadcastChannel API.

See also the [BroadcastChannel API](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API).
Sign in to join this conversation.
No description provided.