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