bevacqua / local-storage

:left_luggage: A simplified localStorage API that just works
https://ponyfoo.com
MIT License
523 stars 62 forks source link

Does this support IE8? #5

Open davidtheclark opened 9 years ago

davidtheclark commented 9 years ago

I notice that in the function https://github.com/bevacqua/local-storage/blob/master/tracking.js#L20 you reference e.key, e.newValue, and e.oldValue — but these properties are not provided by IE8. So I was just wondering: has this module been tested in IE8; is it intended to work there?

(I was hoping that was one of the browser-specific quirks that was smoothed out ...)

bevacqua commented 9 years ago

See this as a possible fix. Can you implement it?

miukki commented 8 years ago

can i implement it / ? i need support ie8 for crosstab smessaging