docs
docs copied to clipboard
WebPush documentation assumes the reader know what a subject is
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.
There is this brief description: https://vaadin.com/docs/latest/configuration/setting-up-webpush#understanding-web-push. Do you think it should be expanded?
All I see about subject is this line
The
subjectshould be given as aurlormailto: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?