require indexedDB in result

This commit is contained in:
Simon Knott 2025-02-05 14:19:15 +01:00
parent 9b165d6904
commit c446bc44ba
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 2 additions and 2 deletions

View file

@ -880,7 +880,7 @@ context cookies from the response. The method will automatically follow redirect
- `localStorage` <[Array]<[Object]>> - `localStorage` <[Array]<[Object]>>
- `name` <[string]> - `name` <[string]>
- `value` <[string]> - `value` <[string]>
- `indexedDB` ?<[Array]<[Object]>> - `indexedDB` <[Array]<[Object]>>
- `name` <[string]> - `name` <[string]>
- `version` <[int]> - `version` <[int]>
- `stores` <[Array]<[Object]>> - `stores` <[Array]<[Object]>>

View file

@ -18516,7 +18516,7 @@ export interface APIRequestContext {
value: string; value: string;
}>; }>;
indexedDB?: Array<{ indexedDB: Array<{
name: string; name: string;
version: number; version: number;