Re-inventing XMLHttpRequest: Cross-browser implementation with sniffing capabilities
This article attempts to summarize some experience in working with the XMLHttpRequest object by showing how to:
Implement a cross-browser XMLHttpRequest object (to replace the existing one)
Enable interception of the XMLHttpRequest objects operations
Solve multiple browser-specific XMLHttpRequest issues
No comments:
Post a Comment