docs: expose BrowserContext.serviceWorkers to Java/.NET (#15635)

This commit is contained in:
Ross Wollman 2022-07-13 15:02:03 -07:00 committed by GitHub
parent 51c3ea55ed
commit 43906d0f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1102,7 +1102,6 @@ A glob pattern, regular expression or predicate to match the request URL. Only r
## method: BrowserContext.serviceWorkers
* since: v1.11
* langs: js, python
- returns: <[Array]<[Worker]>>
:::note