UNPKG

casperjs

Version:

A navigation scripting & testing utility for PhantomJS and SlimerJS

15 lines (14 loc) 321 B
<!DOCTYPE html> <html> <body> <script type="text/javascript"> var myGlobal = 'awesome string'; var myUnencodableGlobal = document; var myObject = { foo: { bar: 'baz' } }; </script> </body> </html>