# Platform Support

Browser Components needed for Web Push Notification:

* Service Workers
* Notification API: This API is used to show a notification prompt to the user&#x20;
* Push API: This API is used to get the push message from the server.��

| Browser                  | Windows | MacOS | Android | iOS |
| ------------------------ | ------- | ----- | ------- | --- |
| Chrome                   | yes     | yes   | yes     | no  |
| Firefox                  | yes     | yes   | yes     | no  |
| Opera                    | yes     | yes   | yes     | no  |
| Edge                     | yes     | yes   | yes     | no  |
| Yandex                   | yes     | yes   | yes     | no  |
| Safari                   | no      | no    | no      | no  |
| Samsung Internet Browser | no      | no    | yes     | no  |
| Internet Explorer        | no      | no    | no      | no  |

{% hint style="info" %}
Private Browsing mode isn't supported in browsers.
{% endhint %}
