isPinned(for:)
Called when the pinned state of the tab is needed.
Declaration
optional func isPinned(for context: WKWebExtensionContext) -> BoolParameters
- context:
The context in which the web extension is running.
Discussion
Defaults to NO if not implemented.