To store global attributes to be shared between components (like localStorage) but that should not survive page refresh like avatar states.
Could add another option ".pageLocal()and stores it inwindow._pageLocal` or something.
I'd use this for nextcloud/spreed#4284 because when people add an avatar when they didn't have one, there is no easy way for a user to force-refresh the avatars apart from logging out
To store global attributes to be shared between components (like localStorage) but that should not survive page refresh like avatar states.
Could add another option ".pageLocal()
and stores it inwindow._pageLocal` or something.I'd use this for nextcloud/spreed#4284 because when people add an avatar when they didn't have one, there is no easy way for a user to force-refresh the avatars apart from logging out