Anyone know how to send the notification to multiple Firefox devices in one POST call.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The Web Push standard currently doesn't allow it. Take a look at this discussion for more information.
How to send a notification to multiple subscribers using web-push package of Node.js? contains a possible alternative solution (the question is more specific than this one, but you could apply the same solution).