default()
Returns the default data store, which stores data persistently to disk.
Declaration
class func `default`() -> WKWebsiteDataStoreReturn Value
The default data store for websites.
Discussion
A web view configured with the default data store saves website data persistenly to disk. Use this data store to retain the state of web content between browsing sessions.