Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b63537f11d | |||
| 11d14fc642 | |||
| 8e1f534a8a |
+1
-1
@@ -120,7 +120,7 @@ ClientRequest.prototype._onFinish = function () {
|
||||
global.fetch(self._opts.url, {
|
||||
method: self._opts.method,
|
||||
headers: headers,
|
||||
body: body,
|
||||
body: body || undefined,
|
||||
mode: 'cors',
|
||||
credentials: opts.withCredentials ? 'include' : 'same-origin'
|
||||
}).then(function (response) {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stream-http",
|
||||
"version": "2.6.2",
|
||||
"version": "2.6.3",
|
||||
"description": "Streaming http in the browser",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user