stream-http
Advanced tools
Comparing version 2.4.1 to 2.5.0
@@ -101,3 +101,3 @@ var capability = require('./capability') | ||
var body | ||
if (opts.method === 'POST' || opts.method === 'PUT' || opts.method === 'PATCH') { | ||
if (opts.method === 'POST' || opts.method === 'PUT' || opts.method === 'PATCH' || opts.method === 'MERGE') { | ||
if (capability.blobConstructor) { | ||
@@ -104,0 +104,0 @@ body = new global.Blob(self._body.map(function (buffer) { |
{ | ||
"name": "stream-http", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "Streaming http in the browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
83019