Re: [w3c/IndexedDB] How should commit() failures be surfaced when freezing / unloading (#237)

The current behavior AFAIK is that the callbacks will be called after resume since they will be in the queue. To avoid confusing the dev when the callbacks are called after resume, I suggest that we remove them (which is against to what this issue is trying to achieve)
I am more worried in case we discard the page after freeze, because then the callbacks will be lost and hence no way to know that it failed.

-- 
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/237#issuecomment-385750540

Received on Tuesday, 1 May 2018 18:34:14 UTC