PageClientAddCompilationCacheAsync Method |
Version 104.4.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: 104.4.240.0 (104.4.240.0)
Syntax public Task<DevToolsMethodResponse> AddCompilationCacheAsync(
string url,
byte[] data
)
public:
Task<DevToolsMethodResponse^>^ AddCompilationCacheAsync(
String^ url,
array<unsigned char>^ data
)
Parameters
- url
- Type: SystemString
url - data
- Type: SystemByte
Base64-encoded data
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also