Documentation needs to be proofread

The documentation LocalStorage doesn't seem to be very helpful, as other parts of your documentation. I am just wondering if you guys were planning on updating the documentation so that we have a bit more information, and more examples of how things are used, would be greatly appreciated

Hello @jake_mason,

Great feedback!

Our docs team realized that we do have a more detailed doc on localStorage, but it hasn't been linked from this doc you linked above.

They're working on linking the two for easier discoverability. Thanks again for pointing this out :smiley:

Hi @Jack_T , none of these occurrences should reset a browser's localStorage; it's not the same as Session Storage.

See Window: sessionStorage property - Web APIs | MDN

sessionStorage is similar to localStorage; the difference is that while data in localStorage doesn't expire, data in sessionStorage is cleared when the page session ends.

1 Like

Great catch, thanks. You are correct, I had them mixed up :sweat_smile:

1 Like