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