/library/platform/HTTPRequestIE6.py
http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 478855170c9c93aa5521112665e5aff7 MD5 · raw file
- class HTTPRequest:
- def doCreateXmlHTTPRequest(self):
- JS("""
- return new ActiveXObject("Msxml2.XMLHTTP");
- """)