AbortError:“检索推送订阅时出错。”

我正在尝试在KaiOS应用中实现推送通知。在Chrome和Firefox浏览器中,它工作正常(每当服务器向客户端推送消息时显示通知)。但是在模拟器中,它显示了这样的错误

DOMException [AbortError: "Error retrieving push subscription."

请检查screenshot以供参考。

这是我的 manifest.webapp 权限

"permissions": {
    "input": {
      "description": "Keyboard permissions"
    },"systemXHR": {
      "description": "Required to login and download data"
    },"serviceworker": {
      "description": "Needed for associating service worker"
    },"push": {
      "description": "Needed for received push notification."
    },"desktop-notification": {
      "description": "Needed for creating system notifications."
    }
},

任何帮助将不胜感激。

谢谢

iCMS 回答:AbortError:“检索推送订阅时出错。”

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/1963444.html

大家都在问