require indexedDB in result
This commit is contained in:
parent
9b165d6904
commit
c446bc44ba
|
|
@ -880,7 +880,7 @@ context cookies from the response. The method will automatically follow redirect
|
|||
- `localStorage` <[Array]<[Object]>>
|
||||
- `name` <[string]>
|
||||
- `value` <[string]>
|
||||
- `indexedDB` ?<[Array]<[Object]>>
|
||||
- `indexedDB` <[Array]<[Object]>>
|
||||
- `name` <[string]>
|
||||
- `version` <[int]>
|
||||
- `stores` <[Array]<[Object]>>
|
||||
|
|
|
|||
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -18516,7 +18516,7 @@ export interface APIRequestContext {
|
|||
value: string;
|
||||
}>;
|
||||
|
||||
indexedDB?: Array<{
|
||||
indexedDB: Array<{
|
||||
name: string;
|
||||
|
||||
version: number;
|
||||
|
|
|
|||
Loading…
Reference in a new issue