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

Consider changing event-queue for inactive tabs to be full-reload aware #1

Open
kezabelle opened this issue Dec 31, 2021 · 0 comments

Comments

@kezabelle
Copy link
Owner

Currently, if I emit a CSS change, and then a HTML change (e.g. cos I'm using Tailwind via: tailwindcss-macos-x64 -w -o path/to/static/tailwind.css) both get picked up fine, at least as long as I'm using udomdiff or whatever for HTML.

But if one of the events needs to do a full reload (which is partially known because the event can emit it, from what it considers full-reload worthy [i.e. root templates]), maybe I should just cancel all the other pending ones and do that one on tab re-activation.

... Maybe it's workable, maybe not. Noting it down for myself.

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