HTML5 / JS storage event handler
问题 I'm using safari webkit's engine together with HTML5 and JS to create an offline application now I'm using the sessionStorage array to store status of my application(simulation). the storage data works fine with the inspector the functions work fine it's the event handler that isn't responding the test preformd by Anurag at http://jsfiddle.net/pvRgH/ also doesn't work here window.addEventListener('storage', storageEventHandler, false); function storageEventHandler(evt){ alert("storage event