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 ...)
I notice that in the function https://github.com/bevacqua/local-storage/blob/master/tracking.js#L20 you reference
e.key
,e.newValue
, ande.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 ...)