Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 345149d708 | |||
| 9c18855feb |
+1
-1
@@ -1,4 +1,4 @@
|
||||
exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableByteStream)
|
||||
exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)
|
||||
|
||||
exports.blobConstructor = false
|
||||
try {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stream-http",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Streaming http in the browser",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user