Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cookpete/react-player
/ muted
Method
muted
test/helpers/server-safe-globals.js:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
get muted() {
54
return
this.getAttribute(
'muted'
);
55
}
56
57
set muted(value) {
58
this.setAttribute(
'muted'
, !!value);
Callers
nothing calls this directly
Calls
2
getAttribute
Method · 0.95
setAttribute
Method · 0.95
Tested by
no test coverage detected