docs
This commit is contained in:
parent
1e5dfc1a91
commit
0982187e80
|
|
@ -279,7 +279,7 @@ Specify environment variables that will be visible to the browser. Defaults to `
|
|||
- `unique` <[boolean]>
|
||||
- `multiEntry` <[boolean]>
|
||||
- `records` <[Array]<[Object]>>
|
||||
- `key` ?<[string]> key, only defined if stores uses out-of-line keys
|
||||
- `key` ?<[string]> opaque key, only defined if stores uses out-of-line keys
|
||||
- `value` <[string]> opaque value
|
||||
|
||||
Learn more about [storage state and auth](../auth.md).
|
||||
|
|
|
|||
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -10133,7 +10133,7 @@ export interface Browser {
|
|||
|
||||
records: Array<{
|
||||
/**
|
||||
* key, only defined if stores uses out-of-line keys
|
||||
* opaque key, only defined if stores uses out-of-line keys
|
||||
*/
|
||||
key?: string;
|
||||
|
||||
|
|
@ -22349,7 +22349,7 @@ export interface BrowserContextOptions {
|
|||
|
||||
records: Array<{
|
||||
/**
|
||||
* key, only defined if stores uses out-of-line keys
|
||||
* opaque key, only defined if stores uses out-of-line keys
|
||||
*/
|
||||
key?: string;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue