You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: