ctx_new moved inside iframe to avoid inconsistencies, stream with commands added
[xynt.git] / web / xynt / xynt-http-streaming-ifra.js
1 function push(s) {
2     if (s != null) {
3         ctx_new += "@BEGIN@"+s+"@END@";
4     }
5     else {
6         ctx_new += "_";
7     }
8 }