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