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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -