addCompilationCache

suspend fun addCompilationCache(args: Page.AddCompilationCacheParameter, mode: CommandMode = CommandMode.DEFAULT)

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


suspend fun addCompilationCache(url: String, data: String)

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

Parameters

url

No description

data

Base64-encoded data (Encoded as a base64 string when passed over JSON)