- From: <bugzilla@jessica.w3.org>
- Date: Wed, 02 Nov 2011 15:48:40 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14199
Ms2ger <Ms2ger@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |Ms2ger@gmail.com
Resolution|FIXED |
--- Comment #5 from Ms2ger <Ms2ger@gmail.com> 2011-11-02 15:48:39 UTC ---
(In reply to comment #4)
> (In reply to comment #3)
> > Fixed in the 1 November Editor's Draft:
> >
> > interface IDBVersionChangeEvent : Event {
> > readonly attribute unsigned long long oldVersion;
> > readonly attribute unsigned long long newVersion;
> > void initIDBVersionChangeEvent (DOMString typeArg, boolean canBubbleArg,
> > boolean cancelableArg, long long oldVersion, long long newVersion);
> > };
> >
> > I think newVersion should be long long rather than any. The only time it is
> > null is when it is deleted.
>
> It should be nullable ("unsigned long long?") then, right?
Yes.
--
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, 2 November 2011 15:48:45 UTC