Package | com.myflashlab.air.extensions.richWebView.ios |
Class | public class WebsiteDataStore |
Inheritance | WebsiteDataStore Object |
Property | Defined By | ||
---|---|---|---|
isPersistent : Boolean [read-only]
Whether the data store is persistent or not. | WebsiteDataStore |
Constant | Defined By | ||
---|---|---|---|
DEFAULT : int = 0 [static] The default data store | WebsiteDataStore | ||
NONPERSISTENT : int = 1 [static]
a new non-persistent data store. | WebsiteDataStore |
isPersistent | property |
isPersistent:Boolean
[read-only] Whether the data store is persistent or not.
public function get isPersistent():Boolean
DEFAULT | Constant |
public static const DEFAULT:int = 0
The default data store
NONPERSISTENT | Constant |
public static const NONPERSISTENT:int = 1
a new non-persistent data store. If a WKWebView is associated with a non-persistent data store, no data will be written to the file system. This is useful for implementing "private browsing" in a web view.