MCPcopy Index your code
hub / github.com/MALSync/MALSync / iframe

Function iframe

src/index.ts:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126function iframe() {
127 const player = PlayerSingleton.getInstance().startTracking();
128 player.addListener('iframe', item => {
129 api.storage.set('iframePlayer', item);
130 });
131}
132
133function inIframe() {
134 try {

Callers 1

runPageFunction · 0.85

Calls 4

startTrackingMethod · 0.80
addListenerMethod · 0.65
setMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected