---
title: "isMuted(for:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/wkwebextensiontab/ismuted(for:)"
---

# isMuted(for:)

Called to check if the tab is currently muted.

## Declaration

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

## Parameters

- `context`: The context in which the web extension is running.

## Discussion

Discussion Defaults to NO if not implemented.

## See Also

### Related Documentation

- [setMuted(_:for:completionHandler:)](webkit/wkwebextensiontab/setmuted(_:for:completionhandler:).md)
