electron/spec/fixtures/pages/set-global.html
2015-01-21 17:05:19 -08:00

7 lines
162 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.test = [typeof require, typeof module, typeof process].join(' ')
</script>
</body>
</html>