(entry)
| 83 | const TARGET_ORIGIN = location.origin; |
| 84 | |
| 85 | function reportLog(entry) { |
| 86 | top.postMessage({ t: MSG_NS + 'LOG', frameId, entry }, TARGET_ORIGIN); |
| 87 | } |
| 88 | |
| 89 | function reportKV(kvMap) { |
| 90 | top.postMessage({ t: MSG_NS + 'KV', frameId, kvMap }, TARGET_ORIGIN); |