- From: Anne van Kesteren <annevk@opera.com>
- Date: Fri, 24 Apr 2009 15:38:11 +0200
- To: "WebApps WG" <public-webapps@w3.org>
The storage event currently seems to be dispatched synchronously. Together
with the storage mutex this easily creates a deadlock:
Window A (origin x):
localStorage.x = "foo"
Window B (origin x):
onstorage = function(e) { print(localStorage.x) }
We think it should be dispatched asynchronously therefore.
--
Anne van Kesteren
http://annevankesteren.nl/
Received on Friday, 24 April 2009 22:11:44 UTC