Click or drag to resize

PageClientAddCompilationCacheAsync Method

Version 86.0.240
Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> AddCompilationCacheAsync(
	string url,
	byte[] data
)

Parameters

url
Type: SystemString
url
data
Type: SystemByte
Base64-encoded data

Return Value

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