AisK Domain TEST-10-03
window.addEventListener('message', event => { if (event.data.command === 'ping') { Array.from(document.querySelectorAll('iframe')).forEach(iframe => iframe?.contentWindow?.postMessage({ command: 'pong' }, '\*') ); } });
[Internal] Design samples
\[SAMPLE\] Updated layout