- From: Adam Barth <w3c@adambarth.com>
- Date: Tue, 1 Dec 2009 18:18:57 -0800
- To: public-webapps <public-webapps@w3.org>
I haven't been following the localStorage mutex discussion in detail,
but have we already rejected the idea of having content specifically
ask for the mutex via a transaction callback, similar to how web
databases work?
localStorgage.atomicTransaction(function() {
localStorage["counter"]++;
});
Adam
Received on Wednesday, 2 December 2009 02:20:00 UTC