()
| 15 | } |
| 16 | }, |
| 17 | allowIframeTracking () { |
| 18 | // without this blur, second click on any other iframe wont be tracked |
| 19 | setTimeout(() => { |
| 20 | document.activeElement?.blur() |
| 21 | }, 3000) |
| 22 | }, |
| 23 | storageKey (podcastId) { |
| 24 | return `podcast-played-${podcastId}-${me.get('_id')}` |
| 25 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected