[whatwg] localStorage + worker processes

I think the best option is to make access to localstorage asynchronous
for workers. This reduces the amount of time a worker can hold the
localstore lock so that it shouldn't be a problem for normal pages. It
sucks to make such a simple and useful API aync though.

- a

Received on Friday, 20 March 2009 15:10:07 UTC