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

On Thursday, June 16, 2011 3:09 PM, Cameron McCormack wrote:
> 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/


Good catch!  I will make sure add:
DOMString? keyPath = null;

Israel

Received on Friday, 17 June 2011 00:16:15 UTC