...

/

Quiz on Web Push Notifications

Quiz on Web Push Notifications

Test your understanding of the concepts involved in web push notifications.

We'll cover the following...
Technical Quiz
1.

Which API is used to request notification permission from the user?

A.

Notification.requestPermission()

B.

ServiceWorker.requestPermission()

C.

NotificationManager.requestPermission()

D.

PushManager.requestPermission()


1 / 5
...