update docs

This commit is contained in:
Simon Knott 2025-02-06 16:02:05 +01:00
parent b248cb7265
commit 39bfa40983
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
3 changed files with 4 additions and 4 deletions

View file

@ -914,4 +914,4 @@ Returns storage state for this request context, contains current cookies and loc
* since: v1.51 * since: v1.51
- `indexedDB` ?<boolean> - `indexedDB` ?<boolean>
Set to `false` to omit IndexedDB from snapshot. Defaults to `true`. Set to `false` to omit IndexedDB from snapshot.

View file

@ -1545,7 +1545,7 @@ Returns storage state for this browser context, contains current cookies, local
* since: v1.51 * since: v1.51
- `indexedDB` ?<boolean> - `indexedDB` ?<boolean>
Set to `false` to omit IndexedDB from snapshot. Defaults to `true`. Set to `false` to omit IndexedDB from snapshot.
## property: BrowserContext.tracing ## property: BrowserContext.tracing
* since: v1.12 * since: v1.12

View file

@ -9272,7 +9272,7 @@ export interface BrowserContext {
*/ */
storageState(options?: { storageState(options?: {
/** /**
* Set to `false` to omit IndexedDB from snapshot. * Defaults to `true`. Set to `false` to omit IndexedDB from snapshot.
*/ */
indexedDB?: boolean; indexedDB?: boolean;
@ -18537,7 +18537,7 @@ export interface APIRequestContext {
*/ */
storageState(options?: { storageState(options?: {
/** /**
* Set to `false` to omit IndexedDB from snapshot. * Defaults to `true`. Set to `false` to omit IndexedDB from snapshot.
*/ */
indexedDB?: boolean; indexedDB?: boolean;