Skip to content

Commit 996105c

Browse files
committed
Remove experimental notes from the readme
1 parent 27c4509 commit 996105c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ PLAYWRIGHT_MAX_PAGES_PER_CONTEXT = 4
299299
### `PLAYWRIGHT_CLOSE_CONTEXT_INTERVAL`
300300
Type `Optional[float]`, default `None`
301301

302-
**_Experimental_**
303-
304302
If set to a non-zero value, browser contexts will be automatically closed after
305303
spending the specified amount of seconds without open pages. Set to `None`
306304
(the default) to disable, i.e. contexts remain open until explicitly closed.
@@ -1088,8 +1086,3 @@ Deprecated features will be supported for at least six months
10881086
following the release that deprecated them. After that, they
10891087
may be removed at any time. See the [changelog](docs/changelog.md)
10901088
for more information about deprecations and removals.
1091-
1092-
1093-
## Experimental features
1094-
1095-
Features marked as "experimental" might be modified and/or removed at any time.

0 commit comments

Comments
 (0)