[w3c/IndexedDB] Nit in `deleteDatabase` error example (#196)

For the recent addition for `deleteDatabase` stating:

> Delete db. If this fails for any reason, return an appropriate error (e.g. "QuotaExceededError" or "UnknownError" DOMException).

...I am guessing that the use of "QuotaExceededError" was a carry-over from the `open` example as it wouldn't seem to me to be a valid error one would encounter on attempting to delete a database.

-- 
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/196

Received on Thursday, 27 April 2017 11:12:02 UTC