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
This also would address the issue that MV3 service workers need to register event handlers on the first pass of a file so that the chrome API can spawn the service worker when a registered event is triggered.
A content script containing:
Should be able to be executed by:
But it can't because that function is being removed and converted to a IIFE.
See https://developer.chrome.com/docs/extensions/mv3/devtools/#selected-element
The text was updated successfully, but these errors were encountered: