electron/spec/fixtures/pages/c.html

8 lines
162 B
HTML
Raw Normal View History

2014-10-25 15:23:49 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
console.log([typeof require, typeof module, typeof process].join(' '));
</script>
</body>
</html>