搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Web Push description ambiguity

more options

Re Web Push, does the sentence "Sites can use this feature to provide you with notifications or update data in the background" mean data can be updated in the background, or that Web Push is simply providing information about available updates?

Re Web Push, does the sentence "Sites can use this feature to provide you with notifications or update data in the background" mean data can be updated in the background, or that Web Push is simply providing information about available updates?
已附加屏幕截图

被采纳的解决方案

Web Push use special server to send you messages even when you do not have tabs open to this specific website. This is one way and is only about showing a message in a pop-up.

There is a checkbox in Page Info for the current website:

  • Tools -> Page Info -> Permissions : Receive Notifications

You can check what websites you have allowed to send you messages via the Push API.

  • Options/Preferences -> Privacy & Security -> Permissions -> Notifications

You can see all registered service workers on these pages: about:serviceworkers and about:debugging#workers

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

Web Push use special server to send you messages even when you do not have tabs open to this specific website. This is one way and is only about showing a message in a pop-up.

There is a checkbox in Page Info for the current website:

  • Tools -> Page Info -> Permissions : Receive Notifications

You can check what websites you have allowed to send you messages via the Push API.

  • Options/Preferences -> Privacy & Security -> Permissions -> Notifications

You can see all registered service workers on these pages: about:serviceworkers and about:debugging#workers

more options

This was the useful part: "... is only about showing a message in a pop-up". Therefore there is no background updating of "data" taking place. Thanks.