electron/spec/fixtures/pages/c.html
2014-10-25 23:23:49 +08:00

7 lines
162 B
HTML

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