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
Only allow AngularDart DevTools to send Dart Debug Extension messages (#1678)
* Only allow incoming connections from AngularDart DevTools extension
This ensures Dart AngularDart DevTools is the only extension that can
connect to Dart Debug Extension via runtime.sendMessage and removes the
need to manually check the sender on each message.
https://developer.chrome.com/docs/extensions/mv3/manifest/externally_connectable/
* Update extension version to 1.31 for release
0 commit comments