javascript - How to detect that IndexedDB's storage limit has been reached? -
how can 1 detect via javascript indexeddb api storage limit reached? envision when trying write data db 1 can notified there's no more room?
chrome put "quotaexceedederror" in event.target.error.name
error callback. i'm not sure if done other browsers, though.
Comments
Post a Comment