aboutsummaryrefslogtreecommitdiffstats
path: root/extension/background.js
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-22 19:54:37 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-22 19:54:37 -0700
commit543dc7d4b2a5bc2c3166b512678f9bdd9a86beda (patch)
tree3bdf164739d00e49bb6de84748c0c548d4fe71c7 /extension/background.js
parent8bbcaf9343f7ddf835357acfa97fa9c5a13ba9ad (diff)
works on FF!! key thing was... to add indexedDB permission...
(I guess FF uses the DB in the backend? it makes async errors work...)
Diffstat (limited to 'extension/background.js')
-rw-r--r--extension/background.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/background.js b/extension/background.js
index b0ce713..f3db46c 100644
--- a/extension/background.js
+++ b/extension/background.js
@@ -294,7 +294,6 @@ function log(...ss) {
}
let port;
-/* let ws;*/
async function onMessage(req) {
log('req', req);