Browse Source
Merge pull request #800 from Pulsera/master
Commented out unused code
pull/2/head
Raymond Hill
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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) { |
|
|
} |
|
|
} |
|
|