Skip to content

Update exception to non deprecated - #176

Open
peppelorum wants to merge 1 commit into
brianleroux:masterfrom
peppelorum:patch-1
Open

Update exception to non deprecated#176
peppelorum wants to merge 1 commit into
brianleroux:masterfrom
peppelorum:patch-1

Conversation

@peppelorum

Copy link
Copy Markdown

IDBDatabaseException (or mozIDBDatabaseException) seems to be obsolete according to this https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabaseException and should be replaced by DomException.

IDBDatabaseException (or mozIDBDatabaseException) seems to be obsolete according to this https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabaseException and should be replaced by DomException.
@MarkMYoung

Copy link
Copy Markdown
Collaborator

The code modification will still result in the deprecated exception until the respective browser doesn't support them. Why not make DOMException the first choice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants