Commit graph

7 commits

Author SHA1 Message Date
f1d3eeb9a2 Fix spelling in state page 2023-09-20 13:36:14 +02:00
1b286aff47 Reword intro of state.js page 2023-09-20 13:32:32 +02:00
d62136e180 Add example of storage state breaking identity 2023-09-20 12:58:53 +02:00
24f7cffa82 Add storage change propagation for same-window States
The browser's default storage event only triggers when a change happens
within another window, meaning that different StorageStates sharing the
same storage object would not be informed of each other's updates.
2023-09-20 12:53:40 +02:00
80b88ec647 Document StorageState and MapStorage objects 2023-09-20 11:44:02 +02:00
8d9dc8ae7f Add some helpful comments to state.js 2023-09-19 16:58:43 +02:00
287aa98955 Add State library and deprecate speaker & listener 2023-09-18 14:58:40 +02:00