Remove sync version of IDB API which never existed#13139
Merged
sideshowbarker merged 1 commit intomdn:mainfrom Feb 20, 2022
bershanskiy:idb-sync
Merged
Remove sync version of IDB API which never existed#13139sideshowbarker merged 1 commit intomdn:mainfrom bershanskiy:idb-sync
sideshowbarker merged 1 commit intomdn:mainfrom
bershanskiy:idb-sync
Conversation
Contributor
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs |
sideshowbarker
approved these changes
Feb 20, 2022
yin1999
added a commit
to yin1999/translated-content
that referenced
this pull request
Sep 3, 2022
yin1999
added a commit
to mdn/translated-content
that referenced
this pull request
Sep 3, 2022
* remove XMLHttpRequest.mozResponseArrayBuffer * Remove Firefox internal canvas.drawWidgetAsOnScreen page ref: mdn/content#19706 * Remove api.Document.documentURIObject ref: mdn/content#7489 * Remove non-standard no-more-implemented children of File ref: mdn/content#8928 * Remove irrelevant FileError API ref: mdn/content#8166 * Remove PerformanceFrameTiming from MDN ref: mdn/content#9670 * Remove GlobalEventHandlers ref: mdn/content#18778 * Remove sync version of IDB API which never existed ref: mdn/content#13139 * Remove api.Text.isElementContentWhitespace ref: mdn/content#7488 * Delete TextRange ref: mdn/content#8589 * Remove UIEvent.isChar documentation ref: mdn/content#8350 * delete window.controllers ref: mdn/content#8408 * Remove Window.dialogArguments from MDN ref: mdn/content#15754 * delete window.directories ref: mdn/content#8405 * remove Window.{onmozbeforepaint, onpaint} ref: mdn/content#8244 * Remove Window.setCursor page ref: mdn/content#10694 * cleanup wikihistory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove IDB APIs which existed only in intermediate spec drafts and never appeared in any browser. Please note that
IDBDatabaseExceptionwas left intact since it was technically implemented at some point in Firefox and with prefix in Chrome (even though it was removed from both).Motivation
These APIs never existed.
Supporting details
Please look at headers on these pages which explain that these APIs were just spec drafts.
Related issues
None.
Metadata