🚀 Feature Request
Sorry to do feature request, discord/stack overflow is a bit dead
https://playwright.dev/docs/service-workers-experimental
I ask because the docs point users to #15684 but the issue is closed, is feedback still being taken?
Example
No response
Motivation
The reason i'm asking is i'm starting to hit issues with msw/browser (it uses a service worker) and test frameworks using page.route - doesn't work together unless you switch to framework page.context().route and enable the PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS which is all a bit jank.
It would be nice if playwright didn't have this limitation or it was more clear about the future of network interception of service worker traffic