Re: [w3c/IndexedDB] Return transaction from upgrade a database (PR #458)

@stelar7 commented on this pull request.



>  
     1. If |connection| was [=connection/closed=],
         return a newly [=exception/created=]
         "{{AbortError}}" {{DOMException}} and abort these steps.
 
-    1. If the [=/upgrade transaction=] was aborted, run the steps

I might be wrong here, but I dont think thats correct. The upgrade transaction has to "finish" before we can continue, and as part of commiting, the requests transaction also cleared. This means that at this point it should be null in all cases?

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

Message ID: <w3c/IndexedDB/pull/458/review/2880411117@github.com>

Received on Friday, 30 May 2025 07:24:13 UTC