isReaderModeActive(for:)
Called to check if the tab is currently showing reader mode.
Declaration
optional func isReaderModeActive(for context: WKWebExtensionContext) -> BoolParameters
- context:
The context in which the web extension is running.
Discussion
Defaults to NO if not implemented.