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

Add indeterminate progress example #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tomayac
Copy link

@tomayac tomayac commented Jun 18, 2024

  • Add indeterminate progress example.
  • Minor improvements here and there.
  • Add myself as contributor.

- Add indeterminate progress example.
- Minor improvements here and there.
- Add myself as contributor.
README.md Show resolved Hide resolved
Copy link
Collaborator

@ayuishii ayuishii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the addition!

@ayuishii
Copy link
Collaborator

ayuishii commented Aug 1, 2024

Actually curious about your addition of the Background geotracking or geofencing use case.
Does this geo access change or get less infrequent updates when a tab is backgrounded? Or is it more similar to the system wake lock use case?

@tomayac
Copy link
Author

tomayac commented Aug 2, 2024

Currently geotracking only works with the screen on and when the tab is in the foreground.

@ayuishii
Copy link
Collaborator

ayuishii commented Aug 2, 2024

I see, I don't think we intent to change any existing privacy requirements for other APIs, like needing the tab in the foreground. But keeping the screen on (preventing the system from entering a sleep state) like system wake lock use case could make sense for this. Does this match your expectations for the geotracking use case?

@tomayac
Copy link
Author

tomayac commented Aug 2, 2024

For background geotracking to be actually useful and to address the use cases (ignore the rest of the spec draft), we'd need to be able to run it with the screen off and/or with other apps than Chrome in the foreground.

@ayuishii
Copy link
Collaborator

ayuishii commented Aug 2, 2024

I can understand that. I just wanted to clarify that loosening the requirements for geotracking to run it with the screen off or with other apps than Chrome in the background I believe will need to be privacy discussion for Geolocation Sensor API, and not for the Progress Notification API. But if this new requirement is cleared by privacy, than yes I do think Progress Notification API could help with this use case.

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

Successfully merging this pull request may close these issues.

3 participants