Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zen-browser/desktop
/ isSharing
Method
isSharing
src/zen/media/ZenMediaController.mjs:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
get isSharing() {
248
return
this.mediaControlBar.hasAttribute(
"media-sharing"
);
249
}
250
251
set isSharing(value) {
252
if
(this._currentBrowser?.browsingContext && !value) {
Callers
nothing calls this directly
Calls
5
hasAttribute
Method · 0.80
getActor
Method · 0.65
sendAsyncMessage
Method · 0.65
removeAttribute
Method · 0.65
setAttribute
Method · 0.65
Tested by
no test coverage detected