mirror of
https://github.com/electron/electron.git
synced 2026-01-14 18:08:07 -05:00
8 lines
162 B
HTML
8 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>
|