CSSClientTakeComputedStyleUpdatesAsync Method |
Version 87.1.132
Polls the next batch of computed style updates.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<TakeComputedStyleUpdatesResponse> TakeComputedStyleUpdatesAsync()
public:
Task<TakeComputedStyleUpdatesResponse^>^ TakeComputedStyleUpdatesAsync()
Return Value
Type:
TaskTakeComputedStyleUpdatesResponsereturns System.Threading.Tasks.Task<TakeComputedStyleUpdatesResponse>
See Also