Click or drag to resize

PageClient.AddCompilationCacheAsync Method

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

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