- From: <bugzilla@jessica.w3.org>
 - Date: Wed, 19 Dec 2012 07:46:11 +0000
 - To: public-webapps-bugzilla@w3.org
 
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 the QA Contact for the bug.
Received on Wednesday, 19 December 2012 07:46:13 UTC