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

Related URL per sync #78

Open
jakearchibald opened this issue Apr 14, 2015 · 0 comments
Open

Related URL per sync #78

jakearchibald opened this issue Apr 14, 2015 · 0 comments

Comments

@jakearchibald
Copy link
Collaborator

This is beyond MVP I think, but interested to get thoughts on:

serviceWorkerRegistration.sync.register({
  tag: 'send-email',
  progressURL: '/outbox/'
});

…where progressURL (optional) would give the user details about the progress of the sync - the outbox in this case.

If the browser enumerates pending/complete syncs, they could link to this URL.

I feel this may be too implementation specific, but keep to hear Mozilla's thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants