add more docs
This commit is contained in:
parent
84c6d934b6
commit
bf366ad985
|
|
@ -264,9 +264,9 @@ Specify environment variables that will be visible to the browser. Defaults to `
|
||||||
- `localStorage` <[Array]<[Object]>> localStorage to set for context
|
- `localStorage` <[Array]<[Object]>> localStorage to set for context
|
||||||
- `name` <[string]>
|
- `name` <[string]>
|
||||||
- `value` <[string]>
|
- `value` <[string]>
|
||||||
- `indexedDB` ?<[Array]<[Object]>>
|
- `indexedDB` ?<[Array]<[Object]>> indexedDB to set for context
|
||||||
- `name` <[string]>
|
- `name` <[string]> database name
|
||||||
- `version` <[int]>
|
- `version` <[int]> database version
|
||||||
- `stores` <[Array]<[Object]>>
|
- `stores` <[Array]<[Object]>>
|
||||||
- `name` <[string]>
|
- `name` <[string]>
|
||||||
- `keyPath` ?<[string]>
|
- `keyPath` ?<[string]>
|
||||||
|
|
@ -279,8 +279,8 @@ 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` ?<[string]> key, only defined if stores uses out-of-line keys
|
||||||
- `value` <[string]>
|
- `value` <[string]> opaque value
|
||||||
|
|
||||||
Learn more about [storage state and auth](../auth.md).
|
Learn more about [storage state and auth](../auth.md).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue