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

Modify content script for document_idle #58

Closed
heathj opened this issue Sep 8, 2018 · 0 comments
Closed

Modify content script for document_idle #58

heathj opened this issue Sep 8, 2018 · 0 comments

Comments

@heathj
Copy link
Collaborator

heathj commented Sep 8, 2018

Modify mutation observer to store mutations locally. Then, use a different content script that loads at document_idle to send the locally stored mutations to the background thread and the background thread and process them instantly rather than waiting the 3 seconds. To do this properly, I think we'd need to have an event listener on the active tab waiting for updates to the tab to trigger collection again.

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