[Bug 10601] [IndexedDB] Need some way to create IDB events?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10601

Eliot Graff <eliotgra@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Eliot Graff <eliotgra@microsoft.com> 2011-06-01 18:52:28 UTC ---
Added initIDBVersionChangeEvent method to IDBVersionChangeEvent, section 3.2.2:

initIDBVersionChangeEvent

    Intializes the value of an IDBVersionChangeEvent event once it's been
created.

typeArg        DOMString    Specifies the event type.
canBubbleArg    boolean         Boolean value that indicates whether the event
can bubble.
cancelableArg    boolean         Boolean value that indicates whether the event
is cancelable.
version        DOMString    The new version of the database during a
VERSION_CHANGE transaction.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 1 June 2011 18:52:30 UTC