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

Reloading big pages: console is cleared *after* log output #56

Open
smilingthax opened this issue Jul 23, 2014 · 0 comments
Open

Reloading big pages: console is cleared *after* log output #56

smilingthax opened this issue Jul 23, 2014 · 0 comments

Comments

@smilingthax
Copy link

When reloading a bigger page with active chrome logger, the console first displays the chromelogger log data and then clears itself.
While "Preserve Log upon Navigation" keeps the data, the objects are not expandable any more.

The underlying problem is, that the old content script receives the messages from the background page.

Fix: In log.js, function _init() add:
window.addEventListener('beforeunload', _stopListening);

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