StorageClientTrackIndexedDBForStorageKeyAsync Method |
Version 106.0.290
Registers storage key to be notified when an update occurs to its IndexedDB.
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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