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

Define what worker_support means #12254

Open
saschanaz opened this issue Sep 4, 2021 · 2 comments
Open

Define what worker_support means #12254

saschanaz opened this issue Sep 4, 2021 · 2 comments
Labels
docs ✍️ Issues or pull requests regarding the documentation of this project. schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project.

Comments

@saschanaz
Copy link
Contributor

saschanaz commented Sep 4, 2021

Worker support is worker support, yes, but there are multiple types of workers and thing are not always available on all of them.

I think worker_support should indicate all worker support, and if needed, smaller pieces like sharedworker_support be introduced. I think existing worker_support items generally already means that. What do you think?

See also: #7849

@queengooborg queengooborg added docs ✍️ Issues or pull requests regarding the documentation of this project. schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project. labels Sep 4, 2021
@queengooborg
Copy link
Collaborator

I think we've considered the worker_support subfeature to imply support in any worker type, but I don't think we've documented this nor actually decided whether this is the case. This is definitely a useful point to document!

@foolip
Copy link
Collaborator

foolip commented Aug 5, 2022

I think it should mean "supported in the worker types that the spec requires" and that we should use partial_implementation if support is less than that.

An exception is if a kind of worker just didn't exist at one point, it doesn't make sense to make everything partial_support because of lack of service worker support before the point that service workers existed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs ✍️ Issues or pull requests regarding the documentation of this project. schema ⚙️ Isses or pull requests regarding the JSON schema files used in this project.
Projects
None yet
Development

No branches or pull requests

3 participants