Testing for IndexedDB availability

suggest change

You can test for IndexedDB support in the current environment by checking for the presence of the window.indexedDB property:

if (window.indexedDB) {
    // IndexedDB is available
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents