Skip to content

Commit

Permalink
docs: remove unrouteAll.behavior option from java (#28675)
Browse files Browse the repository at this point in the history
This option does not make sense in the synchronous API where all active
routes would be on the same call stack any way.

Reference #23781
  • Loading branch information
yury-s committed Dec 15, 2023
1 parent 39bdbbf commit 86ef739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/api/params.md
Expand Up @@ -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">>

Expand Down

0 comments on commit 86ef739

Please sign in to comment.