search for: readystatechang

Displaying 3 results from an estimated 3 matches for "readystatechang".

Did you mean: readystatechange
2006 Feb 01
2
IE memory fix leak.
...f the div keeps changing using the Ajax.Updater function. To handle such a scenario, we''ve added the following lines of code to prototype.js /* prevent memory leaks in IE */ Event.observe(window, ''unload'', Event.unloadCache, false); Event.observe(document, ''readystatechange'', Event.unloadCache, false); Now I''m still testing and will proceed with it, but would like to know will this help in improving the performance, if not, then what is the optimum way to use this function to clean & clear the IE memory as the page get''s refreshed....
2017 Oct 31
0
Wine release 2.20
...shtml: Implement IDOMEvent::preventDefault and use it where appropriate. mshtml: Implement IDOMEvent::stopPropagation and use it where appropriate. mshtml: Store current IHTMLEventObj in DOMEvent and create it in fire_event_obj if needed. mshtml: Use fire_event_obj to dispatch XHR readystatechange event. mshtml: Don't use fire_event to dispatch contextmenu event. mshtml: Don't use fire_event to dispatch window load event. mshtml: Use create_event_from_nsevent in handle_htmlevent. mshtml: Don't use fire_event in postMessage. mshtml: Don't use fir...
2010 Mar 19
0
Wine release 1.1.41
...ent2::get_referrer. mshtml: Forward setting document.location to window object. mshtml: Use user agent string in IOmNavigator::get_appVersion. shdocvw: Fixed tests on some Windows. mshtml: Make sure that readState is READYSTATE_LOADING in read_stream_data. mshtml: Fire readystatechange event on document nodes. mshtml: Moved removing event target to separated function. mshtml: Added support for load event on all nodes. mshtml: Added IHTMLImgElement::onload property implementation. mshtml: Added IHTMLImgElement::onload tests. cmd: Added @or_broken@ ha...