- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Mar 2013 17:50:51 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17649 --- Comment #12 from Joshua Bell <jsbell@chromium.org> --- > > Type of IDBRequest.source > > Should be: (IDBObjectStore or IDBIndex or IDBCursor)? Fixed! https://dvcs.w3.org/hg/IndexedDB/rev/8a1cffca7f26 > > Type of IDBCursor.source > > Should be: (IDBObjectStore or IDBIndex) Fixed! https://dvcs.w3.org/hg/IndexedDB/rev/8a1cffca7f26 (In reply to comment #9) > > > dictionary IDBObjectStoreParameters { > > DOMString? keyPath = null; > > boolean autoIncrement = false; > > }; > > Should be: (sequence<DOMString> or DOMString)? keyPath = null; ReSpec.js is truncating "sequence<DOMString>" into "sequence". Mail to Robin written but not yet sent. :) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 1 March 2013 17:50:52 UTC