Contents

WKWebExtensionController

An object that manages a set of loaded extension contexts.

Declaration

@MainActor class WKWebExtensionController

Overview

You can have one or more extension controller instances, allowing different parts of the app to use different sets of extensions.

You can associate a controller with WKWebView using the webExtensionController property on WKWebViewConfiguration.

Topics

Initializers

Instance Properties

Instance Methods

Type Properties

See Also

Web extensions