- From: Joshua Bell <notifications@github.com>
- Date: Fri, 02 Dec 2016 15:33:56 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Friday, 2 December 2016 23:34:31 UTC
To address https://github.com/w3c/IndexedDB/issues/124 as suggested by @domenic -
Use _...throw an `"InvalidStateError"` `DOMException`_ rather than just _throw an `InvalidStateError`_ to reinforce class vs. name
This is based off of https://github.com/w3c/IndexedDB/pull/121 so that should land first.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/IndexedDB/pull/125
-- Commit Summary --
* Add non-normative documentation for methods/properties.
* Incorporate feedback from @domenic
* Make DOMException use explicit
-- File Changes --
M index.bs (1198)
M index.html (2280)
-- Patch Links --
https://github.com/w3c/IndexedDB/pull/125.patch
https://github.com/w3c/IndexedDB/pull/125.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/125
Received on Friday, 2 December 2016 23:34:31 UTC