-
Notifications
You must be signed in to change notification settings - Fork 84
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
Describe spec features with more examples #118
Comments
I'm working on this |
Added more examples - https://github.com/WICG/BackgroundSync/compare/master...jakearchibald:adding-examples?expand=1 Will send a PR once bikeshed's web API is back up (I got a big bag of errors trying to install it on OSX). As for the size limitations of tags, what are our limits? Should we add this to the formal part of the spec? |
Chrome is 10240 characters at the moment. Not sure if that's something that should be defined in a spec or not. |
We should consider specifying a minimum size, at least. Defining an exact size seems wrong, but maybe define what happens if you exceed whatever limit the UA sets. |
Getting more and more off topic for this issue, but in addition to specifying a minimum tag size browsers should support, do we also want to specify a minimum number of concurrent syncs/origin a browser should support (and what happens if a website tries to register too many syncs)? Similar to this section in the geofencing spec, but probably with higher numbers. |
The spec doesn't describe what the purpose of tags are (and its potential size limitations), how one might use getTags, and the proper way to "unregister" an event.
The text was updated successfully, but these errors were encountered: