- From: Jeremy Orlow <jorlow@chromium.org>
- Date: Mon, 6 Jun 2011 23:54:31 -0700
- To: Israel Hilerio <israelh@microsoft.com>
- Cc: "public-webapps@w3.org" <public-webapps@w3.org>
Received on Tuesday, 7 June 2011 06:55:13 UTC
We should probably just remove the special case. I believe WebIDL specifies that a null would then turn into the string "null". This is what we've done pretty much everywhere else I believe. J On Mon, Jun 6, 2011 at 7:23 PM, Israel Hilerio <israelh@microsoft.com>wrote: > The parameter of IDBDatabase.setVersion is defined in the WebIDL as > [TreatNullAs=EmptyString] but in the method definition it says that the > parameter cannot be nullable. Do we want to enable null values? > > Israel > >
Received on Tuesday, 7 June 2011 06:55:13 UTC