You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to web-confluence.appspot.com, the following properties of ServiceWorkerRegistration are not supported by Safari (on macOS): getNotifications, navigationPreload, paymentMethod and pushManager
However, according to ServiceWorkerRegistration.json, they are all supported since 11.1 or - in case of .paymentMethod - the support is unknown. It looks like this information was mostly added in #1881, which addressed ServiceWorker support in general.
The following table gives an overview of the incorrect data; all of the following properties are not supported by Safari:
If desired, I can try to create a Pull Request to fix the compatibility data.
The text was updated successfully, but these errors were encountered:
fyrk
changed the title
ServiceWorkerRegistration.pushManager/.navigationPreload are not supported by Safari
Wrong compatibility data for ServiceWorkerRegistration (Safari on macOS)
Aug 25, 2020
According to web-confluence.appspot.com, the following properties of
ServiceWorkerRegistration
are not supported by Safari (on macOS):getNotifications
,navigationPreload
,paymentMethod
andpushManager
However, according to ServiceWorkerRegistration.json, they are all supported since 11.1 or - in case of .paymentMethod - the support is unknown. It looks like this information was mostly added in #1881, which addressed ServiceWorker support in general.
The following table gives an overview of the incorrect data; all of the following properties are not supported by Safari:
getNotifications
navigationPreload
NavigationPreloadManager
is currently unknown, this should probably be changed to unsupported as wellpaymentManager
pushManager
If desired, I can try to create a Pull Request to fix the compatibility data.
The text was updated successfully, but these errors were encountered: