[IndexedDB] question about description argument of IDBFactory::open()

Hi,

While implementing IDBFactory::open(), we thought that the
"description" argument is optional but we were surprised to find out
it's actually mandatory. Is there any reason not to make this argument
optional? And, assuming it is optional, should the default value be
the empty string? Also, how should the null and undefined values be
treated? My suggestion would be to treat them as if the argument
wasn't specified, so the description of the database would not change.

Thanks,
Andrei

Received on Monday, 9 August 2010 20:13:46 UTC