Transaction callback for localStorage mutex?

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