Contents

WKWebExtensionContext

An object that represents the runtime environment for a web extension.

Declaration

@MainActor class WKWebExtensionContext

Overview

This class provides methods for managing the extension’s permissions, allowing it to inject content, run background logic, show popovers, and display other web-based UI to the user.

Topics

Enumerations

Structures

Initializers

Instance Properties

Instance Methods

See Also

Web extensions