electron/spec/fixtures/pages/web-view-log-process.html

14 lines
191 B
HTML
Raw Normal View History

2016-04-21 18:49:42 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>test</title>
<script>
console.log(typeof process)
</script>
</head>
<body>
test?
</body>
</html>