Contents

load(_:)

Loads the specified extension context.

Declaration

func load(_ extensionContext: WKWebExtensionContext) throws

Discussion

Causes the context to start, loading any background content, and injecting any content into relevant tabs.

See Also

Related Documentation