1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-03 02:44:57 +12:00

Commented unused code

This commit is contained in:
Pulsera 2017-07-20 09:32:30 -04:00 committed by GitHub
parent ea16b28e65
commit 6da5e5e5b2

View file

@ -102,11 +102,11 @@ vAPI.shutdown.add(function() {
//}
// TODO: Web SQL
if ( window.openDatabase ) {
// if ( window.openDatabase ) {
// Sad:
// "There is no way to enumerate or delete the databases available for an origin from this API."
// Ref.: http://www.w3.org/TR/webdatabase/#databases
}
// }
}
catch (e) {
}