Open
Description
OS:- MacOs ventura(13.2.1)
Browser: Firefox(113.0.1)
When the site URL is HTTP, the isPrivate value is incorrectly displayed as true instead of false in normal mode.
Solution:
const firefoxPrivateTest = () => {
const db = indexedDB.open('test');
db.onerror = function () {
__callback(true);
};
db.onsuccess = function () {
__callback(false);
};
};
Metadata
Metadata
Assignees
Labels
No labels
Activity