RE: [IndexedDB] Bug#10601 - Need some way to create IDB events?

On Tue, May 3, 2011 at 4:45 PM, Jonas Sicking wrote:
> On Tue, May 3, 2011 at 11:51 AM, Israel Hilerio <israelh@microsoft.com>
> wrote:
> > Is this what the working group had in mind when opening this bug [1], the
> ability to add a initIDBVersionChangeEvent method to the interface below?
> >
> > interface IDBVersionChangeEvent: Event {
> >           readonly attribute DOMString version;
> > -->       void initIDBVersionChangeEvent(in DOMString typeArg, in
> > --> boolean canBubbleArg, in boolean cancelableArg, in DOMString
> > --> version);
> > }
> >
> > Israel
> >
> > [1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=10601
> 
> Yes. Back when the bug was originally filed we had a larger set of events, but
> now it's only that one.
> 
> / Jonas

Great!  I'll talk to Eliot to added to his list of spec updates.

Israel

Received on Wednesday, 4 May 2011 01:10:12 UTC