MacOS

data class MacOS(val websiteDataStore: WebViewPlatformConfig.MacOS.WebsiteDataStore = WebsiteDataStore.DEFAULT)

macOS WKWebView-specific settings for JVM desktop.

Constructors

Link copied to clipboard
constructor(websiteDataStore: WebViewPlatformConfig.MacOS.WebsiteDataStore = WebsiteDataStore.DEFAULT)

Types

Link copied to clipboard

Website data storage mode used by the JVM macOS WKWebView backend.

Properties

Link copied to clipboard

Controls whether WebKit uses the default persistent website data store or a non-persistent one.