diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-18 02:49:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 02:49:37 +0000 |
commit | 106efbd88528d1d37e86fab0574f6ebf30d119c1 (patch) | |
tree | fa0e73f06de23f7f9bae095a89f37a556f694673 /.eslintrc.json | |
parent | 017b87566c848d2a0a9be1b66fde7bde14092219 (diff) | |
parent | 6a7dfc0b50e7b5ba23cafb944a08950e93211911 (diff) |
Merge pull request #325 from jbukl/offscreen-merge23.11.18.0
Move DB into offscreen (on Chrome) to avoid lookup delays caused by service worker startup lag
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index e37ef133..f1a79770 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -420,6 +420,8 @@ "ext/js/yomitan.js", "ext/js/accessibility/accessibility-controller.js", "ext/js/background/backend.js", + "ext/js/background/offscreen.js", + "ext/js/background/offscreen-proxy.js", "ext/js/background/profile-conditions-util.js", "ext/js/background/request-builder.js", "ext/js/background/script-manager.js", |