globals.html 214 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Document</title>
  5. </head>
  6. <body>
  7. <script>
  8. window.postMessage({
  9. globals: Object.keys(Object.getOwnPropertyDescriptors(window))
  10. })
  11. </script>
  12. </body>
  13. </html>