Topic: XMLHttpRequest destructor?
When doing raw ajax programming a new XMLhttpRequest object is created using the 'new' keyword. What I am wondering is if there is an equal destructor for the object? Somebody I know is using raw ajax rather than xajax and isn't sure if they need to destroy the object to avoid mem leaks, etc...
Thanks for the info!
- Nick