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]>
|
- `unique` <[boolean]>
|
||||||
- `multiEntry` <[boolean]>
|
- `multiEntry` <[boolean]>
|
||||||
- `records` <[Array]<[Object]>>
|
- `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
|
- `value` <[string]> opaque value
|
||||||
|
|
||||||
Learn more about [storage state and auth](../auth.md).
|
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<{
|
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;
|
key?: string;
|
||||||
|
|
||||||
|
|
@ -22349,7 +22349,7 @@ export interface BrowserContextOptions {
|
||||||
|
|
||||||
records: Array<{
|
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;
|
key?: string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue