Hi folks,

I was trying to figure out a way of using Element Storage on the
window object but it doesn't seem to work as I'd expect. Basically I'm
doing this:

window.store('name', 'some value');

Which works fine but only if we don't leave the page, as soon as we
leave it, the value is being lost - which it shouldn't as that's a
"window session".

Which leads me to the question: Is Element Storage something that is
being done virtually - it is not a part of the DOM tree, is it? Is
that how ES should work?

Best,
Oskar

Reply via email to