mirror of https://github.com/electron/electron
17 lines
341 B
HTML
17 lines
341 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
window.postMessage({
|
|
require: typeof require,
|
|
exports: typeof exports,
|
|
windowRequire: typeof window.require,
|
|
windowExports: typeof window.exports,
|
|
windowPreload: typeof window.sandboxed_preload,
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |