mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update http.js
This commit is contained in:
parent
3e5888b98c
commit
30dd9239c1
|
@ -26,7 +26,9 @@ var HTTPObject = function() {
|
||||||
"Msxml2.XMLHTTP.4.O",
|
"Msxml2.XMLHTTP.4.O",
|
||||||
"Msxml2.XMLHTTP.3.O",
|
"Msxml2.XMLHTTP.3.O",
|
||||||
"Msxml2.XMLHTTP.2.6",
|
"Msxml2.XMLHTTP.2.6",
|
||||||
"Msxml2.ServerXMLHTTP"
|
"Msxml2.ServerXMLHTTP",
|
||||||
|
"Msxml2.ServerXMLHTTP.4.0",
|
||||||
|
"Msxml2.ServerXMLHTTP.3.0"
|
||||||
], function(obj, progId) {
|
], function(obj, progId) {
|
||||||
switch (progId) {
|
switch (progId) {
|
||||||
case "WinHttp.WinHttpRequest.5.1":
|
case "WinHttp.WinHttpRequest.5.1":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user