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

Use scheduler.postTask or analogue to assign tasks to background priority #12584

Open
patmmccann opened this issue Dec 16, 2024 · 1 comment
Open

Comments

@patmmccann
Copy link
Collaborator

patmmccann commented Dec 16, 2024

A variety of events in the project are known background type priority, and we could use fetch keepalive, sendBeacon, or scheduler.postTask to label them as such to each browser type. Examples include #12387 and #10062 is related.

Any sort of analytics call or onTimeout or onError event triggering network traffic seems like a candidate for background processing.

Alternatively, we could take control of the timing even more explicitly and add delays or tie the events to some milestone.

@patmmccann
Copy link
Collaborator Author

committee feedback is that it is important that we could override this somwhow, that bidders or publishers could up the priority of things that were default background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Req
Development

No branches or pull requests

1 participant