You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
timd...@gmail.com
on 21 Mar 2010 at 11:53The text was updated successfully, but these errors were encountered: