This commit is contained in:
sairaj mote 2023-07-30 17:42:02 +05:30
parent 419ab86089
commit 9fcdf51467

View File

@ -377,7 +377,7 @@ window.customElements.define('idb-support', class extends HTMLElement {
}; };
request.onsuccess = function (event) { request.onsuccess = function (event) {
// IndexedDB is allowed and successfully opened the database // IndexedDB is allowed and successfully opened the database
// thisComponent.remove(); thisComponent.remove();
}; };
} else { } else {
// IndexedDB is not supported in this browser // IndexedDB is not supported in this browser