Click or drag to resize

RuntimeClient.DiscardConsoleEntriesAsync Method

Version 88.2.90
Discards collected exceptions and console API calls.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Task<DevToolsMethodResponse> DiscardConsoleEntriesAsync()

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also