StorageClientTrackIndexedDBForStorageKeyAsync Method |
Version 109.1.110
Registers storage key to be notified when an update occurs to its IndexedDB.
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public Task<DevToolsMethodResponse> TrackIndexedDBForStorageKeyAsync(
string storageKey
)
public:
Task<DevToolsMethodResponse^>^ TrackIndexedDBForStorageKeyAsync(
String^ storageKey
)
Parameters
- storageKey
- Type: SystemString
Storage key.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also