MCPcopy
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

hasAttributeMethod · 0.80
getActorMethod · 0.65
sendAsyncMessageMethod · 0.65
removeAttributeMethod · 0.65
setAttributeMethod · 0.65

Tested by

no test coverage detected