<div>Hello,</div><div><br></div>I understand that onstorage event will be invoked if setItem, removeItem or clear is invoked on either sessionStorage object or localStorage object. I am curious how can I determine which object has changed from within the onstorage event handler. To be precise, is the function called because localStorage object changed or sessionStorage object changed. storageArea attribute to event object does not help.<br clear="all">
<br>-- <br>Thanks,<br>Jaikishan<br>