/library/platform/HTTPRequestIE6.py

http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 478855170c9c93aa5521112665e5aff7 MD5 · raw file

  1. class HTTPRequest:
  2. def doCreateXmlHTTPRequest(self):
  3. JS("""
  4. return new ActiveXObject("Msxml2.XMLHTTP");
  5. """)