13 lines
214 B
HTML
13 lines
214 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script>
|
||
|
window.postMessage({
|
||
|
globals: Object.keys(Object.getOwnPropertyDescriptors(window))
|
||
|
})
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|