File "app-player.js"
Full Path: /home/adniftyx/public_html/wp-content/plugins/smart-loan-calculator/APP/LIB-JS/app-player.js
File size: 156 bytes
MIME-type: text/plain
Charset: utf-8
function send_app_info(json){
let dataToSend = json;//{ key: 'value', anotherKey: 'anotherValue' };
window.parent.postMessage(dataToSend, '*');
}