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

@SteveBeckerMSFT commented on this pull request.



> @@ -5144,8 +5148,7 @@ To <dfn>abort a transaction</dfn> with the |transaction| to abort, and |error|,
 
 1. Set |transaction|'s [=transaction/state=] to [=transaction/finished=].
 
-1. If |error| is not null, set |transaction|'s
-    [=transaction/error=] to |error|.
+1. Set |transaction|'s [=transaction/error=] to |error|.

One small follow up about using the transaction state -- I don't think we can abort a transaction in the committing state either.

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

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

Received on Tuesday, 5 August 2025 22:41:43 UTC