httpinvoke
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -75,6 +75,2 @@ (function (root, factory) { | ||
xhr.upload.onloadstart = function(progressEvent) { | ||
}; | ||
xhr.upload.onloadend = function(progressEvent) { | ||
}; | ||
xhr.upload.ontimeout = function(progressEvent) { | ||
@@ -86,4 +82,2 @@ if(cb) { | ||
}; | ||
xhr.upload.onload = function(progressEvent) { | ||
}; | ||
xhr.upload.onerror = function(progressEvent) { | ||
@@ -95,4 +89,2 @@ if(cb) { | ||
}; | ||
xhr.upload.onabort = function(progressEvent) { | ||
}; | ||
xhr.upload.onprogress = function(progressEvent) { | ||
@@ -103,6 +95,2 @@ if(progressEvent.lengthComputable) { | ||
}; | ||
xhr.onloadstart = function(progressEvent) { | ||
}; | ||
xhr.onloadend = function(progressEvent) { | ||
}; | ||
@@ -115,4 +103,2 @@ xhr.ontimeout = function(progressEvent) { | ||
}; | ||
xhr.onload = function(progressEvent) { | ||
}; | ||
xhr.onerror = function(progressEvent) { | ||
@@ -124,4 +110,2 @@ if(cb) { | ||
}; | ||
xhr.onabort = function(progressEvent) { | ||
}; | ||
xhr.onprogress = function(progressEvent) { | ||
@@ -128,0 +112,0 @@ if(progressEvent.lengthComputable) { |
@@ -137,6 +137,2 @@ if(typeof process !== 'undefined' && typeof process.versions !== 'undefined' && typeof process.versions.node !== 'undefined') { | ||
xhr.upload.onloadstart = function(progressEvent) { | ||
}; | ||
xhr.upload.onloadend = function(progressEvent) { | ||
}; | ||
xhr.upload.ontimeout = function(progressEvent) { | ||
@@ -148,4 +144,2 @@ if(cb) { | ||
}; | ||
xhr.upload.onload = function(progressEvent) { | ||
}; | ||
xhr.upload.onerror = function(progressEvent) { | ||
@@ -157,4 +151,2 @@ if(cb) { | ||
}; | ||
xhr.upload.onabort = function(progressEvent) { | ||
}; | ||
xhr.upload.onprogress = function(progressEvent) { | ||
@@ -165,6 +157,2 @@ if(progressEvent.lengthComputable) { | ||
}; | ||
xhr.onloadstart = function(progressEvent) { | ||
}; | ||
xhr.onloadend = function(progressEvent) { | ||
}; | ||
@@ -177,4 +165,2 @@ xhr.ontimeout = function(progressEvent) { | ||
}; | ||
xhr.onload = function(progressEvent) { | ||
}; | ||
xhr.onerror = function(progressEvent) { | ||
@@ -186,4 +172,2 @@ if(cb) { | ||
}; | ||
xhr.onabort = function(progressEvent) { | ||
}; | ||
xhr.onprogress = function(progressEvent) { | ||
@@ -190,0 +174,0 @@ if(progressEvent.lengthComputable) { |
{ | ||
"name": "httpinvoke", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "HTTP client for JavaScript", | ||
"keywords": ["http", "ajax", "request", "xhr", "connection", "https", "get", "head", "post", "put", "delete", "download", "upload", "browser", "ender", "browserify", "xmlhttprequest", "web"], | ||
"main": "./httpinvoke-generated-commonjs.js", | ||
"private": false, | ||
"main": "./httpinvoke-generated-commonjs.js", | ||
"repository": { | ||
@@ -7,0 +9,0 @@ "type": "git", |
10
21898
467