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
State: auto-export on, DBG_NETEXPORT on
Env: Mac FF16,FF28
Issue: Popups start a new instance of FB and NE, and after close, FBTrace still shows prints from closed instance.
Temp Fix (resolves issue for me) :
In automation.js, append in main function:
window.top.addEventListener("close",HttpObserver.unregister.bind(HttpObserver));
The text was updated successfully, but these errors were encountered:
State: auto-export on, DBG_NETEXPORT on
Env: Mac FF16,FF28
Issue: Popups start a new instance of FB and NE, and after close, FBTrace still shows prints from closed instance.
Temp Fix (resolves issue for me) :
In automation.js, append in main function:
window.top.addEventListener("close",HttpObserver.unregister.bind(HttpObserver));
The text was updated successfully, but these errors were encountered: