tomayac’s avatartomayac’s Twitter Archive—№ 11,931

  1. …in reply to @madridserginho
    @madridserginho Not all contexts support push notifications, for example an Android WebView doesn’t support it. To be on the safe side, you need to check if the pushManager exists on the ServiceWorkerRegistration and if PushManager exists on window: developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/pushManager.