|
Gecko Browser (Firefox/Seamonkey):
- sessionStorage change don't fire the "storage" events.
- removeItem() has a big chance to crash the browser.
Opera:
- null string are replaced with "undefined" in setItem().
- it's impossible to removeItem() or getItem() a previously "undefined" item.
Note: you can still use clear() to delete the "undefined" items
|