MCPcopy Create free account
hub / github.com/Moosync/Moosync / pause

Method pause

src/js/youtube_player.js:177–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 pause() {
178 if (this.stateChangeTimeout != null) {
179 clearTimeout(this.stateChangeTimeout);
180 this.stateChangeTimeout = null;
181 }
182 this.run("pauseVideo");
183 }
184
185 stop() {
186 this.run("stopVideo");

Callers 5

loadMethod · 0.95
listen_player_stateMethod · 0.45
initializeMethod · 0.45
mobile_pauseMethod · 0.45
handle_commandMethod · 0.45

Calls 1

runMethod · 0.95

Tested by

no test coverage detected