Re: [w3c/IndexedDB] Algorithm to "store a record" doesn't undo store on index constraint failure (#342)

This is handled in the steps to [asynchronously execute a request](https://w3c.github.io/IndexedDB/#asynchronously-execute-a-request):

> If result is an error, then revert all changes made by operation.

So... I think it's fine, even though that's fairly disconnected from the algorithm. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/342#issuecomment-660301800

Received on Friday, 17 July 2020 19:37:48 UTC