X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=xynt.git;a=blobdiff_plain;f=web%2Fxynt%2Fxynt-http-streaming-ifra.js;fp=web%2Fxynt%2Fxynt-http-streaming-ifra.js;h=a854c053dc7175886ae9af4de14e3fd5d17cc985;hp=0000000000000000000000000000000000000000;hb=f6e71b0a0d5a7248aa91e60006524b7b33200ed2;hpb=08d4ed7dda698da0d092bbd8a31c15bd2c447927 diff --git a/web/xynt/xynt-http-streaming-ifra.js b/web/xynt/xynt-http-streaming-ifra.js new file mode 100644 index 0000000..a854c05 --- /dev/null +++ b/web/xynt/xynt-http-streaming-ifra.js @@ -0,0 +1,8 @@ +function push(s) { + if (s != null) { + ctx_new += "@BEGIN@"+s+"@END@"; + } + else { + ctx_new += "_"; + } +}