- From: stelar7 <notifications@github.com>
- Date: Wed, 13 Aug 2025 06:23:37 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/IndexedDB/pull/471@github.com>
While running `asynchronously execute a request`, `request`'s `error` is set to `undefined`. For most people this would mean the JS value `undefined`, but in this case, its supposed to go back to the unset state. Im not sure if there is already a better spec wording for this 😅 The following tasks have been completed: * [x] Confirmed there are no ReSpec/BikeShed errors or warnings. * [ ] Modified Web platform tests (link to pull request) Implementation commitment: * [ ] WebKit (https://bugs.webkit.org/show_bug.cgi?id=) * [ ] Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=) * [ ] Gecko (https://bugzilla.mozilla.org/show_bug.cgi?id=) <!-- 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/471.html" title="Last updated on Aug 13, 2025, 1:23 PM UTC (b6eee7d)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/IndexedDB/471/c59639b...b6eee7d.html" title="Last updated on Aug 13, 2025, 1:23 PM UTC (b6eee7d)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/471 -- Commit Summary -- * Specify that the requests error should go back to the unset state -- File Changes -- M index.bs (2) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/471.patch https://github.com/w3c/IndexedDB/pull/471.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/471 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/pull/471@github.com>
Received on Wednesday, 13 August 2025 13:23:41 UTC