mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +00:00
fix
This commit is contained in:
parent
4e239d53af
commit
3e5888b98c
|
@ -18,13 +18,15 @@ var HTTPObject = function() {
|
||||||
this.interface = CreateObject([
|
this.interface = CreateObject([
|
||||||
"Microsoft.XMLHTTP",
|
"Microsoft.XMLHTTP",
|
||||||
"WinHttp.WinHttpRequest.5.1",
|
"WinHttp.WinHttpRequest.5.1",
|
||||||
|
"Msxml3.XMLHTTP",
|
||||||
"Msxml2.XMLHTTP",
|
"Msxml2.XMLHTTP",
|
||||||
"Msxml2.XMLHTTP.7.0",
|
"Msxml2.XMLHTTP.7.0",
|
||||||
"Msxml2.XMLHTTP.6.0",
|
"Msxml2.XMLHTTP.6.0",
|
||||||
"Msxml2.XMLHTTP.5.O",
|
"Msxml2.XMLHTTP.5.O",
|
||||||
"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"
|
||||||
], function(obj, progId) {
|
], function(obj, progId) {
|
||||||
switch (progId) {
|
switch (progId) {
|
||||||
case "WinHttp.WinHttpRequest.5.1":
|
case "WinHttp.WinHttpRequest.5.1":
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
0,LDPlayer,0,0,0,-1,-1
|
|
||||||
1,LDPlayer-1,0,0,0,-1,-1
|
|
Loading…
Reference in New Issue
Block a user