1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 01:35:00 +12:00
gorhill 2017-06-21 12:56:23 -04:00
parent 3df27ffbdf
commit c74174a3c4

View file

@ -95,11 +95,11 @@ vAPI.shutdown.add(function() {
}
// TODO: indexedDB
if ( window.indexedDB && !!window.indexedDB.webkitGetDatabaseNames ) {
//if ( window.indexedDB && !!window.indexedDB.webkitGetDatabaseNames ) {
// var db = window.indexedDB.webkitGetDatabaseNames().onsuccess = function(sender) {
// console.debug('webkitGetDatabaseNames(): result=%o', sender.target.result);
// };
}
//}
// TODO: Web SQL
if ( window.openDatabase ) {