cloudcrate / BlazorStorage

A library for Blazor local and session storage support.
MIT License
113 stars 19 forks source link

Add StorageEvent support #9

Closed peterblazejewicz closed 5 years ago

peterblazejewicz commented 5 years ago

Common use-case is to synchronize information between multiple tabs of the same app (like last selected top level feature within an app). https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-event

Let me know if you want that feature introduced, Thanks

LunicLynx commented 5 years ago

Sounds great! Are you working on it?

peterblazejewicz commented 5 years ago

probably, I started my own deeper insight into Blzr. Could do this at some point, leave open. Thanks!

LunicLynx commented 5 years ago

Completed with #11, Thanks @peterblazejewicz !