Click or drag to resize

PageClientAddCompilationCacheAsync Method

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

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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