global.html 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <!DOCTYPE html> <html> <body> <script type="text/javascript"> var myGlobal = 'awesome string'; var myUnencodableGlobal = document; </script> </body> </html>