Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instances in pop-ups don't unregister http listeners #4

Open
shadybones opened this issue Mar 13, 2014 · 0 comments
Open

Instances in pop-ups don't unregister http listeners #4

shadybones opened this issue Mar 13, 2014 · 0 comments

Comments

@shadybones
Copy link

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));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant