docs: expose BrowserContext.serviceWorker to Java/.NET (#15616)

This commit is contained in:
Max Schmitt 2022-07-13 17:54:49 +02:00 committed by GitHub
parent 32b3aed456
commit cfcc35b9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,6 @@ from a particular page, use [`event: Page.response`].
## event: BrowserContext.serviceWorker
* since: v1.11
* langs: js, python
- argument: <[Worker]>
:::note