gd-sprest
Advanced tools
Comparing version 0.3.9 to 0.4.0
{ | ||
"name": "gd-sprest", | ||
"version": "0.3.9", | ||
"version": "0.4.0", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)", |
@@ -183,5 +183,5 @@ /// <reference path="./request.d.ts" /> | ||
// Execute the request | ||
this.targetInfo.bufferFl ? this.xhr.send() : this.xhr.send(this.targetInfo.requestData); | ||
this.targetInfo.bufferFl || this.targetInfo.requestData == null ? this.xhr.send() : this.xhr.send(this.targetInfo.requestData); | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
849433
13121