- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 26 Aug 2024 22:04:04 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 August 2024 05:04:08 UTC
@annevk commented on this pull request. > + </li> + <li> + <p> + If <var>notification</var>'s [=notification/URL=] is null, then return failure. + </p> + </li> + <li> + <p> + Let <var>appBadge</var> be null. + </p> + </li> + <li> + <p> + If <var>message</var>["`app_badge`"] [=map/exists=] and + <var>message</var>["`app_badge`"] is an integer in the range 0 to + 9223372036854775807, inclusive, then set <var>appBadge</var> to It's 2^53-1, it specifies the limit in exactly the same fashion as IDL does, and the description of the format doesn't actually come with implementation requirements. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/385#discussion_r1732130748 You are receiving this because you are subscribed to this thread. Message ID: <w3c/push-api/pull/385/review/2262115155@github.com>
Received on Tuesday, 27 August 2024 05:04:08 UTC