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

Unbind computed id from start_url #1148

Open
marcoscaceres opened this issue Oct 14, 2024 · 1 comment
Open

Unbind computed id from start_url #1148

marcoscaceres opened this issue Oct 14, 2024 · 1 comment

Comments

@marcoscaceres
Copy link
Member

It would be good to unbind the computed id from the start_url, as the start_url could change. This leads to an issue where one set of users end up with one id, and a future set of users end up with a different id.

@benfrancis
Copy link
Member

benfrancis commented Oct 15, 2024

@marcoscaceres I agree this is a problem. However, considering the years-long analysis and discussion which arrived at the current solution, do you have an alternative in mind?

The biggest obstacle to changing it seems to be backwards compatibility with existing implementations.

A future Web App Manifest 2.0 specification could potentially make a breaking change. E.g. Make manifest URL the default identifier of a web app (my preference, requiring other significant simplifications), or make the id member mandatory (probably a more likely consensus).

See also: #668

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

2 participants