braid-http 1.3.75 → 1.3.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,6 +132,8 @@ if (is_nodejs) {
132
132
  // window.fetch = braid_fetch
133
133
  }
134
134
 
135
+ braid_fetch.set_fetch = f => normal_fetch = f
136
+
135
137
  async function braid_fetch (url, params = {}) {
136
138
  params = deep_copy(params) // Copy params, because we'll mutate it
137
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"