This commit is contained in:
Simon Knott 2025-02-05 10:09:21 +01:00
parent 1e5dfc1a91
commit 0982187e80
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 3 additions and 3 deletions

View file

@ -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).

View file

@ -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;