Browse Source

Commented unused code

pull/2/head
Pulsera 7 years ago
committed by GitHub
parent
commit
6da5e5e5b2
  1. 4
      src/js/contentscript-end.js

4
src/js/contentscript-end.js

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

Loading…
Cancel
Save