Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 995 by dingguokai: IE cannot get httpRequest.responseText http://code.google.com/p/gears/issues/detail?id=995 var request = google.gears.factory.create('beta.httprequest'); request.open('PROPFIND', '/path/'); request.setRequestHeader('Depth', '1'); request.onreadystatechange = function() { if (request.readyState == 4) { alert(request.responseText); } }; request.send(); -----alert(request.responseText);------ This line IE8 returns none, FF3.5 returns a string. How to get responseText for IE8? Gears0.5.33.0 Window XP What version of the product are you using? On what operating system? Please provide any additional information below. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
