[Bug 19540] Firing WebStorage storage event

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19540

Janusz Majnert <jmajnert@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Janusz Majnert <jmajnert@gmail.com> ---
Looks good to me now. Two things though:

1. Typo: "events are fired on the Window objecys".

2. I'm not sure how the condition "if the methods did something" evaluates for
this code:

localStorage.setItem('key1','value1');
localStorage.setItem('key1','value1');

When running the above code, should UA generate one or two storage events?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 19 December 2012 07:46:13 UTC