RE: [indexeddb] IDBDatabase.setVersion non-nullable parameter has a default for null

...
> > Are we saying that we should remove the "TreatNullAs=EmptyString" and
> keep the parameter restriction that "version" cannot be nullable?
> 
> I think we should remove any extended attributes from the IDL and just use
> the default behavior. It is much less important to me what the actual default
> behavior is, than that we use the default behavior which presumably is the
> most common behavior.
> 
> So, "yes" :)
> 
> / Jonas
> 

I removed [TreatNullAs=EmptyString] from IDBDatabase.setVersion() and IDBDatabaseSync.setVersion.

Thanks,

Eliot

Received on Friday, 10 June 2011 22:54:37 UTC