()
| 91 | } |
| 92 | |
| 93 | function reportReady() { |
| 94 | top.postMessage({ t: MSG_NS + 'READY', frameId }, TARGET_ORIGIN); |
| 95 | } |
| 96 | |
| 97 | function reportListeners(ids) { |
| 98 | top.postMessage({ t: MSG_NS + 'LISTENERS', frameId, ids }, TARGET_ORIGIN); |
no test coverage detected