mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
fix
This commit is contained in:
parent
4e239d53af
commit
3e5888b98c
|
@ -18,13 +18,15 @@ var HTTPObject = function() {
|
|||
this.interface = CreateObject([
|
||||
"Microsoft.XMLHTTP",
|
||||
"WinHttp.WinHttpRequest.5.1",
|
||||
"Msxml3.XMLHTTP",
|
||||
"Msxml2.XMLHTTP",
|
||||
"Msxml2.XMLHTTP.7.0",
|
||||
"Msxml2.XMLHTTP.6.0",
|
||||
"Msxml2.XMLHTTP.5.O",
|
||||
"Msxml2.XMLHTTP.4.O",
|
||||
"Msxml2.XMLHTTP.3.O",
|
||||
"Msxml2.XMLHTTP.2.6"
|
||||
"Msxml2.XMLHTTP.2.6",
|
||||
"Msxml2.ServerXMLHTTP"
|
||||
], function(obj, progId) {
|
||||
switch (progId) {
|
||||
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