docs: remove unrouteAll.behavior option from java (#28675)

This option does not make sense in the synchronous API where all active
routes would be on the same call stack any way.

Reference https://github.com/microsoft/playwright/issues/23781
This commit is contained in:
Yury Semikhatsky 2023-12-15 12:09:26 -08:00 committed by GitHub
parent 39bdbbf029
commit 86ef7393ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -735,6 +735,7 @@ Whether to allow sites to register Service workers. Defaults to `'allow'`.
* `'block'`: Playwright will block all registration of Service Workers.
## unroute-all-options-behavior
* langs: js, csharp, python
* since: v1.41
- `behavior` <[UnrouteBehavior]<"wait"|"ignoreErrors"|"default">>