Re: [w3c/IndexedDB] Set request result/done flag appropriately in open/delete (#202)

Thanks!

> ...if you wanted to add that invisible step to unset the done flag..

Rather than doing this I updated the non-normative comment so it doesn't claim the done flag will be unset in all cases.

> ...If connection was closed... this isn't followed by setting the result to undefined

Great catch! I addressed this as you suggested...

> .. setting the request result to undefined could be added close to the end of open() and deleteDatabase() when the request's error properties are set.

... but only for open(), since deleteDatabase() doesn't have a path where the request would be "done" and get a result/error except at the very end.




-- 
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/pull/202#issuecomment-301579300

Received on Monday, 15 May 2017 19:31:24 UTC