docs icon indicating copy to clipboard operation
docs copied to clipboard

WebPush documentation assumes the reader know what a subject is

Open Legioth opened this issue 2 years ago • 2 comments
trafficstars

https://vaadin.com/docs/latest/configuration/setting-up-webpush doesn't give any description about what "subject" refers to in this context but just assumes that the developer knows what it is.

If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.

Legioth avatar Oct 13 '23 13:10 Legioth

There is this brief description: https://vaadin.com/docs/latest/configuration/setting-up-webpush#understanding-web-push. Do you think it should be expanded?

tarekoraby avatar Oct 27 '23 07:10 tarekoraby

All I see about subject is this line

The subject should be given as a url or mailto: since Apple web push server requires this.

How am I supposed to know what value to use in my case based on that description? Does it mean that the value should be one of those literals, or that those phrases somehow describe the expected format of the value?

Legioth avatar Oct 27 '23 11:10 Legioth