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
Solve the problem of showing comparison results during debug sessions fully in Firefox, but partially in Chrome, where it works only if the API was already part of the debugged script, and don't works if it invoked via Console (while in debug mode).
The solution involved removing usage of async APIs along the way from the console API invocation in the content script till passing the event to the extension runtime.