Open
Description
Depending on the response, object/embed either create a browsing context or are embedding elements.
Service workers do not allow for this design as elements that create nested browsing contexts would always go through their own service worker.
Therefore these elements either become wormholes or will never be able to create a nested browsing context once you active a service worker.
This seems bad.