Re: [w3c/IndexedDB] Nit about `deleteDatabase` error example (#196)

Yes, it's copy/paste.

It's plausible if the implementation's backing store adds tombstones rather than immediately deleting information (as leveldb does). It'd be a poor implementation that didn't allow for deletes in this case, however (Chrome special cases delete-only transactions, etc to be "free")

-- 
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/196#issuecomment-297746426

Received on Thursday, 27 April 2017 15:19:57 UTC