electron/spec/fixtures/pages/set-global.html

8 lines
162 B
HTML
Raw Normal View History

2015-01-22 01:05:19 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
window.test = [typeof require, typeof module, typeof process].join(' ')
</script>
</body>
</html>