WKWebExtensionControllerDelegate
A group of methods you use to customize web extension interactions.
Declaration
@MainActor protocol WKWebExtensionControllerDelegate : NSObjectProtocolTopics
Instance Methods
webExtensionController(_:connectUsing:for:completionHandler:)webExtensionController(_:didUpdate:forExtensionContext:)webExtensionController(_:focusedWindowFor:)webExtensionController(_:openNewTabUsing:for:completionHandler:)webExtensionController(_:openNewWindowUsing:for:completionHandler:)webExtensionController(_:openOptionsPageFor:completionHandler:)webExtensionController(_:openWindowsFor:)webExtensionController(_:presentActionPopup:for:completionHandler:)webExtensionController(_:promptForPermissionMatchPatterns:in:for:completionHandler:)webExtensionController(_:promptForPermissionToAccess:in:for:completionHandler:)webExtensionController(_:promptForPermissions:in:for:completionHandler:)webExtensionController(_:sendMessage:toApplicationWithIdentifier:for:replyHandler:)