editor
editor copied to clipboard
Docs: Why use background pages?
Why we launch textlint script workers on background pages?
- For reuse worker
- For reuse cache
- For avoiding CSP error on website #37
Another option:
- use Content Script → CSP error
- However, Manifest V3 #33 does not allow to use blob in background pages.