1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-28 15:21:49 +12:00

Merge pull request #800 from Pulsera/master

Commented out unused code
This commit is contained in:
Raymond Hill 2017-11-23 07:46:40 -05:00 committed by GitHub
commit 3f07dd4094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {
}