- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 06 Nov 2024 23:57:05 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 November 2024 07:57:09 UTC
@annevk commented on this pull request. > + </h3> + <p> + A [=declarative push message=] has the following members: + </p> + <dl> + <dt> + <code>web_push</code> (required) + </dt> + <dd> + <p> + An integer that must be 9001. Used to disambiguate a [=declarative push message=] + from other JSON documents. + </p> + </dd> + <dt> + <code>notification</code> (required) I went with a subset of options for now, but the idea is to have full parity. Perhaps it's less confusing if I put all of it in v1 and we just maintain them in tandem. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/385#discussion_r1832210745 You are receiving this because you are subscribed to this thread. Message ID: <w3c/push-api/pull/385/review/2420191714@github.com>
Received on Thursday, 7 November 2024 07:57:09 UTC