Click or drag to resize

IndexedDBClientDeleteDatabaseAsync Method

Version 106.0.290
Deletes a database.

Namespace:  CefSharp.DevTools.IndexedDB
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<DevToolsMethodResponse> DeleteDatabaseAsync(
	string databaseName,
	string securityOrigin = null,
	string storageKey = null
)

Parameters

databaseName
Type: SystemString
Database name.
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: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also