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

@stelar7 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|.

Updated 👍 

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

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

Received on Wednesday, 6 August 2025 07:24:50 UTC