Re: [indexeddb] Using WebIDL Dictionary in IDBObjectStore.createIndex for optionalParameters

Israel Hilerio:
> Great!  I will work with Eliot to update the spec for the two APIs
> below, including their Synchronous counterparts, with:
> -------
> dictionary IDBDatabaseOptionalParameters {
>    DOMString keyPath = null;

That would need to be

  DOMString? keyPath = null;

(or else just write “DOMString keyPath;” and state in prose what it
means if the dictionary member was not specified).

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Thursday, 16 June 2011 22:09:37 UTC