bug fix
This commit is contained in:
parent
419ab86089
commit
9fcdf51467
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user