IndexedDBClientRequestDatabaseNamesAsync Method |
Version 106.0.290
Requests database names for given security origin.
Namespace:
CefSharp.DevTools.IndexedDB
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public Task<RequestDatabaseNamesResponse> RequestDatabaseNamesAsync(
string securityOrigin = null,
string storageKey = null
)
public:
Task<RequestDatabaseNamesResponse^>^ RequestDatabaseNamesAsync(
String^ securityOrigin = nullptr,
String^ storageKey = nullptr
)
Parameters
- securityOrigin (Optional)
- Type: SystemString
At least and at most one of securityOrigin, storageKey must be specified.Security origin. - storageKey (Optional)
- Type: SystemString
Storage key.
Return Value
Type:
TaskRequestDatabaseNamesResponsereturns System.Threading.Tasks.Task<RequestDatabaseNamesResponse>
See Also