Re: [IndexedDB] Event on commits (WAS: Proposal for async API changes)

For some reason I thought postMessage was broadcast, but looking at it
further I was entirely incorrect.

-Mikeal

On Thu, Jun 10, 2010 at 12:02 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> On Thu, Jun 10, 2010 at 12:00 PM, Mikeal Rogers <mikeal.rogers@gmail.com> wrote:
>> Ah, good point. I hadn't thought about just using postMessage in my
>> ontransactioncommitted, that'll work. Thanks.
>
> Except, how do you get a reference to the other windows that are
> affected? There is no API to enumarate all windows that uses a given
> site, much less all windows that are using a given database.
>
> / Jonas
>

Received on Thursday, 10 June 2010 19:10:54 UTC