Contents

init(identifier:)

Returns a new configuration that is persistent and unique for the specified identifier.

Declaration

convenience init(identifier: UUID)

Discussion

If a WKWebExtensionController is associated with a unique persistent configuration, data will be written to the file system in a unique location based on the specified identifier.

See Also

Related Documentation