How to open a new browser window from Service Worker

Is there a way to open a new browser window from the Service Worker window.open(...)

?

Clients.openWindow()

or WindowClient.navigate()

 not what I need and only open a new tab.

+3


source to share





All Articles