update docs
This commit is contained in:
parent
b248cb7265
commit
39bfa40983
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue