Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an ActiveX object (such as XMLHttpRequest in IE 6) as a key gives an error #1

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The following code in IE gives an error when it should create an entry in
the hash table:

var h = new Hashtable();
var x = new ActiveXObject("Msxml2.XMLHTTP.6.0");
h.put(x, "Some value");

// Error thrown: Object doesn't support this property or method

Original issue reported on code.google.com by timd...@gmail.com on 21 Mar 2010 at 11:53

@GoogleCodeExporter
Copy link
Author

Fixed in 2.1.

Original comment by timd...@gmail.com on 22 Mar 2010 at 12:55

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant