Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define db's associated upgrade tx to align with impls/tests (Resolves #…
…192) Implementations and tests have create/deleteObjectStore throw "TransactionInactiveError" if the transaction has aborted but the abort event has not yet fired. The spec disagreed, or at least was imprecise about the definition of "finished". To resolve this, databases are given an associated upgrade tx which is nulled out when the event fires, rather than relying on "finished". This simplifies text elsewhere too. Covered by existing web-platform-tests.
- Loading branch information