- From: Joshua Bell <notifications@github.com>
- Date: Fri, 17 Mar 2017 11:02:49 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 March 2017 18:03:52 UTC
Avoid defining constructs like 'key path' in terms of IDL types like 'DOMString' and 'sequence<>'. Instead use abstract spec types like 'string' and 'list'. * "sorted list" is now just a list - getters mention the conversion to DOMStringList * key path is a "string or list of strings" - getters mention the conversion to IDL types https://github.com/w3c/IndexedDB/issues/167 You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/168 -- Commit Summary -- * Don't bleed IDL types into constructs/algorithms -- File Changes -- M index.bs (44) M index.html (58) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/168.patch https://github.com/w3c/IndexedDB/pull/168.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/168
Received on Friday, 17 March 2017 18:03:52 UTC