[whatwg] localStorage + worker processes

Aaron Boodman aa at google.com
Fri Mar 20 15:10:07 PDT 2009


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



More information about the whatwg mailing list