Skip to content

Commit

Permalink
add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Feb 4, 2025
1 parent 84c6d93 commit bf366ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/api/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ Specify environment variables that will be visible to the browser. Defaults to `
- `localStorage` <[Array]<[Object]>> localStorage to set for context
- `name` <[string]>
- `value` <[string]>
- `indexedDB` ?<[Array]<[Object]>>
- `name` <[string]>
- `version` <[int]>
- `indexedDB` ?<[Array]<[Object]>> indexedDB to set for context
- `name` <[string]> database name
- `version` <[int]> database version
- `stores` <[Array]<[Object]>>
- `name` <[string]>
- `keyPath` ?<[string]>
Expand All @@ -279,8 +279,8 @@ Specify environment variables that will be visible to the browser. Defaults to `
- `unique` <[boolean]>
- `multiEntry` <[boolean]>
- `records` <[Array]<[Object]>>
- `key` ?<[string]>
- `value` <[string]>
- `key` ?<[string]> key, only defined if stores uses out-of-line keys
- `value` <[string]> opaque value

Learn more about [storage state and auth](../auth.md).

Expand Down

0 comments on commit bf366ad

Please sign in to comment.