global.html 321 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!DOCTYPE html> <html> <body> <script type="text/javascript"> var myGlobal = 'awesome string'; var myUnencodableGlobal = document; var myObject = { foo: { bar: 'baz' } }; </script> </body> </html>