Browse Source

Merge pull request #800 from Pulsera/master

Commented out unused code
pull/2/head
Raymond Hill 7 years ago
committed by GitHub
parent
commit
3f07dd4094
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/js/contentscript-end.js

4
src/js/contentscript-end.js

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

Loading…
Cancel
Save