textlint / editor

textlint editor project.
https://textlint-editor.netlify.app/
MIT License
134 stars 8 forks source link

Manifest V3 #33

Open azu opened 3 years ago

azu commented 3 years ago

Manifest V3 restrict eval function

textlint editor use new Worker(inline code). I found that content scripts allow using inline workers.

Currently, textlint editor runs the worker in the background because of reuse worker across sites. However, Chrome does not support inline worker in Service worker(background script in V3).

Manifest V3 is not well documented. We may need to wait time.