- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 07 Jul 2025 21:37:32 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/IndexedDB/pull/463@github.com>
QuotaExceededError is graduating from being a DOMException name into a new error class, in https://github.com/whatwg/webidl/pull/1465. Update creation sites to reflect this. For now, the quota and requested properties are left at their default (null). Future work could include setting them in an informative fashion. The following tasks have been completed: * [x] Confirmed there are no ReSpec/BikeShed errors or warnings. * [x] Modified Web platform tests (link to pull request): https://github.com/web-platform-tests/wpt/pull/53645 contains an update for storage buckets, but otherwise QuotaExceededErrors do not appear to be tested in the WPT suite Implementation commitment/bugs: see https://github.com/whatwg/webidl/pull/1465 <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/IndexedDB/pull/463.html" title="Last updated on Jul 8, 2025, 4:37 AM UTC (194368e)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/IndexedDB/463/cd7c444...194368e.html" title="Last updated on Jul 8, 2025, 4:37 AM UTC (194368e)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/463 -- Commit Summary -- * Update QuotaExceededError usage -- File Changes -- M index.bs (34) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/463.patch https://github.com/w3c/IndexedDB/pull/463.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/463 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/pull/463@github.com>
Received on Tuesday, 8 July 2025 04:37:36 UTC