Contents

default()

Returns a new default configuration that is persistent and not unique.

Declaration

class func `default`() -> Self

Discussion

If a WKWebExtensionController is associated with a persistent configuration, data will be written to the file system in a common location. When using multiple extension controllers, each controller should use a unique configuration to avoid conflicts.

See Also

Related Documentation