[w3c/IndexedDB] Reword DOMException throwing (#124)

Re: https://github.com/w3c/IndexedDB/pull/121 and https://github.com/whatwg/html/issues/1176

Old and tired:

> ...throw an `InvalidStateError`.

The new hotness:

> ...throw an `"InvalidStateError"` `DOMException`.

... to clarify that `DOMException` is the type, `"InvalidStateError"` is the name, unlike e.g. `TypeError`.

-- 
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/issues/124

Received on Friday, 2 December 2016 22:57:25 UTC