MCPcopy 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

getAttributeMethod · 0.95
setAttributeMethod · 0.95

Tested by

no test coverage detected