ajax-best-promise
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -52,4 +52,7 @@ "use strict"; | ||
progressHooks.forEach(function(f){ | ||
ajax.addEventListener('progress',f); | ||
ajax.upload.addEventListener('progress',f); | ||
}); | ||
if(params.uploading){ | ||
ajax.upload.addEventListener('progress',params.uploading); | ||
} | ||
if(chunkConsumer){ | ||
@@ -56,0 +59,0 @@ var initialPos=0; |
{ | ||
"name": "ajax-best-promise", | ||
"description": "Ajax with best promise - Ajax with stream data", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": "Codenautas <codenautas@googlegroups.com>", | ||
@@ -22,7 +22,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"body-parser": "~1.16.1", | ||
"body-parser": "~1.17.1", | ||
"cookie-parser": "~1.4.3", | ||
"es6-promise": "~4.0.5", | ||
"es6-promise": "~4.1.0", | ||
"expect.js": "~0.3.1", | ||
"express": "~4.14.1", | ||
"express": "~4.15.2", | ||
"express-session": "~1.15.1", | ||
@@ -38,5 +38,5 @@ "express-useragent": "~1.0.7", | ||
"karma-ie-launcher": "~1.0.0", | ||
"karma-firefox-launcher": "~1.0.0", | ||
"karma-firefox-launcher": "~1.0.1", | ||
"karma-mocha": "~1.3.0", | ||
"karma-phantomjs-launcher": "~1.0.2", | ||
"karma-phantomjs-launcher": "~1.0.4", | ||
"karma-safari-launcher": "~1.0.0", | ||
@@ -43,0 +43,0 @@ "mocha": "~3.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16130
241