Click or drag to resize

PageClient.AddCompilationCacheAsync 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: System.String
url
data
Type:System.Byte[]
Base64-encoded data

Return Value

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