7 lines
181 B
HTML
7 lines
181 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
window.opener.postMessage({isProcessGlobalUndefined: typeof process === 'undefined'}, '*')
|
|
</script>
|
|
</body>
|
|
</html>
|