console argument passed to http_streaming constructor
[xynt.git] / web / test-hs.php
index 5f48ac3..257d895 100644 (file)
@@ -8,8 +8,8 @@ var allmythings="BEGIN";
 
 window.onload = function () {
     var hs;
-    
-    hs = new http_streaming(document);
+    console.log("zugu");
+    hs = new http_streaming(document, console);
     hs.start('test-hs-rd.php');
 }