[w3c/IndexedDB] Align IDBDatabase.transaction() exception precedence with tests/implementations (#188)

As noted in https://github.com/w3c/web-platform-tests/issues/5313 the spec disagreed with implementations and tests for exception precedence for IDBDatabase.transaction()

Per https://github.com/w3c/IndexedDB/issues/11:

InvalidStateError (closed/version) > InvalidAccessError (empty) > NotFoundError > TypeError (mode)

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/188

-- Commit Summary --

  * Align transaction() exception order with tests/implementations

-- File Changes --

    M index.bs (16)
    M index.html (6)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/188.patch
https://github.com/w3c/IndexedDB/pull/188.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/188

Received on Tuesday, 4 April 2017 20:38:12 UTC