Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IDBTransaction.durability and add IDBChangeVersionEvent() #10993

Merged
merged 12 commits into from
Jun 18, 2021
2 changes: 2 additions & 0 deletions api/IDBTransaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@
},
"durability": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBTransaction/durability",
"spec_url": "https://w3c.github.io/IndexedDB/#dom-idbtransaction-durability",
"support": {
"chrome": {
"version_added": "83"
Expand Down
50 changes: 50 additions & 0 deletions api/IDBVersionChangeEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,56 @@
"deprecated": false
}
},
"IDBVersionChangeEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBVersionChangeEvent/IDBVersionChangeEvent",
"spec_url": "https://w3c.github.io/IndexedDB/#dom-idbversionchangeevent-idbversionchangeevent",
"description": "<code>IDBVersionChangeEvent()</code> constructor",
"support": {
"chrome": {
"version_added": "41"
},
"chrome_android": {
"version_added": "41"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "25"
},
"firefox_android": {
"version_added": "25"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "28"
},
"opera_android": {
"version_added": "28"
},
"safari": {
"version_added": "10"
},
"safari_ios": {
"version_added": "10"
},
"samsunginternet_android": {
"version_added": "4.0"
},
"webview_android": {
"version_added": "41"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"newVersion": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBVersionChangeEvent/newVersion",
Expand Down