Skip to content

Commit

Permalink
Add data point for IndexedDB improved error reporting for large value…
Browse files Browse the repository at this point in the history
… read failures (#25277)

Add data point for improved error reporting for large value read failures

Co-authored-by: Claas Augner <[email protected]>
Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 5e194f0 commit d474df5
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions api/IDBRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,53 @@
"deprecated": false
}
}
},
"transient_unrecoverable_read_errors": {
"__compat": {
"description": "Transient and unrecoverable read errors",
"spec_url": "https://w3c.github.io/IndexedDB/#:~:text=NotReadableError",
"support": {
"chrome": [
{
"version_added": "132",
"notes": "Returns a `NotReadableError` exception for unrecoverable read errors, and an `UnknownError` for transient read errors."
},
{
"version_added": "130",
"partial_implementation": true,
"notes": "Returns a `NotFoundError` exception for unrecoverable read errors, and a `DataError` for transient read errors."
}
],
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": {
"version_added": "14"
},
"firefox_android": {
"version_added": "22"
},
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"error_event": {
Expand Down

0 comments on commit d474df5

Please sign in to comment.