[w3c/IndexedDB] Allow null as transactions errors value (PR #460)

Some work towards fixing the issues mentioned in https://github.com/w3c/IndexedDB/issues/433

I feel like introducing a separate flag/field for this would be clearer. 
Or maybe passing an `AbortError DOMException` in [IDBTransaction::abort()](https://w3c.github.io/IndexedDB/#dom-idbtransaction-abort) (But maybe this breaks something 🤷 )

The following tasks have been completed:

 * [ ] 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/stelar7/IndexedDB/pull/460.html" title="Last updated on Jun 11, 2025, 6:55 PM UTC (40ef5c4)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/IndexedDB/460/95f98c0...stelar7:40ef5c4.html" title="Last updated on Jun 11, 2025, 6:55 PM UTC (40ef5c4)">Diff</a>
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/460

-- Commit Summary --

  * Allow null as transactions errors value

-- File Changes --

    M index.bs (12)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/460.patch
https://github.com/w3c/IndexedDB/pull/460.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/460
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/pull/460@github.com>

Received on Wednesday, 11 June 2025 18:56:10 UTC