8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
|
|
|
||
|
|
const initEvent = {
|
||
|
|
source: 'socurity',
|
||
|
|
event: 'loaded',
|
||
|
|
version: '0.0.1'
|
||
|
|
};
|
||
|
|
window.postMessage(initEvent, '*');
|