Contents

isMuted(for:)

Called to check if the tab is currently muted.

Declaration

optional func isMuted(for context: WKWebExtensionContext) -> Bool

Parameters

  • context:

    The context in which the web extension is running.

Discussion

Defaults to NO if not implemented.

See Also

Related Documentation