| StorageClientTrackIndexedDBForOriginAsync Method  | 
Version 105.3.390 
            Registers origin to be notified when an update occurs to its IndexedDB.
            
 
    Namespace: 
   CefSharp.DevTools.Storage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> TrackIndexedDBForOriginAsync(
	string origin
)
public:
Task<DevToolsMethodResponse^>^ TrackIndexedDBForOriginAsync(
	String^ origin
)
Parameters
- origin
- Type: SystemString
 Security origin.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also