I have been attempting to display the chrome rich notifications from my ServiceWorker, but it seems that I am unable to access the chrome API.
Is there a specific limitation preventing this, or is there a workaround available?
Currently, I am showcasing notifications using the ServiceWorker API by utilizing
ServiceWorkerRegistration.showNotification()
, although this method only supports basic simple notifications.