Click or drag to resize

CSSClientTakeComputedStyleUpdatesAsync Method

Version 94.4.20
Polls the next batch of computed style updates.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<TakeComputedStyleUpdatesResponse> TakeComputedStyleUpdatesAsync()

Return Value

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