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

Progress Notification API #172

Open
ayuishii opened this issue Sep 20, 2024 · 0 comments
Open

Progress Notification API #172

ayuishii opened this issue Sep 20, 2024 · 0 comments

Comments

@ayuishii
Copy link

Introduction

When users are trying to complete a long & important task for a site, users have to work around how the browser works to get it done. This may be due to reasons like tab resource throttling done by the browser to keep tabs fast, or the system going to sleep because the site is not performing tasks that automatically acquire a screen or system wake lock like audio or video.

The Progress Notification API is a proposal for a generic API which a developer can use to indicate to the user agent that it is performing an important task which will take some time. This provides user agents with information about a site’s intention to perform such a task and therefore may allow the task to continue while the site is no longer visible because its tab is occluded.

Read the complete Explainer.

Feedback

I welcome feedback in this thread, but encourage you to file bugs against the Explainer.

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