X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;fp=web%2Fxynt-streaming.js;h=b75dec79e2f01095547bc028866348a089389551;hb=50f6b049ad347074ac99f2a62df5a91d71fb4a26;hp=fe14f249dbbdf5c85df0a3953ae6c774f7d80cc5;hpb=087d3262b6c01417dad7b9eb365374fe5a9f2ba1;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index fe14f24..b75dec7 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -247,8 +247,9 @@ transport_iframe.prototype = { destroy: function () { /* public */ try { if (this.ifra != null) { - // FIXME: with opera on win this remove child crash js so is - // commented AND NOWWW ???? + // FIXME: on Opera on Windows this remove child crash js so is commented + // on IE on Windows without it stream abort fails + // so we need to decide how can run it this.doc.body.removeChild(this.ifra); delete this.ifra; this.ifra = null;