electron/spec/fixtures/pages/d.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
232 B
HTML
Raw Normal View History

2014-10-25 15:23:49 +00:00
<html>
<body>
<script type="text/javascript" charset="utf-8">
2018-05-14 22:00:49 +00:00
const types = {
require: typeof require,
module: typeof module,
process: typeof process
}
console.log(JSON.stringify(types));
2014-10-25 15:23:49 +00:00
</script>
</body>
</html>