[Bug 14199] IDBVersionChangeEvent still uses DOMString for version

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14199

Eliot Graff <eliotgra@microsoft.com> changed:

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

--- Comment #6 from Eliot Graff <eliotgra@microsoft.com> 2011-12-27 22:03:28 UTC ---
made all appropriate elements nullable, in the following:
IDBVersionChangeEvent.oldversion
IDBVersionChangeEvent.newversion
IDBVersionChangeEvent.initIDBVersionChangeEvent()

IDBFactory.open()

IDBDatabase.version

IDBFactorySync.open()

IDBDatabaseSync.version

IDBVersionChangeCallback.transactionStarted()

Changes are published in the Editor's Draft of Dec 27.

Thanks,

Eliot

-- 
Configure bugmail: https://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 Tuesday, 27 December 2011 22:03:32 UTC