Click or drag to resize

PageClient.AddCompilationCacheAsync Method

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

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