braid-http 1.3.101 → 1.3.102

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -402,6 +402,10 @@ preflight OPTIONS request before the actual GET. If the server doesn't
402
402
  return the proper CORS headers for that OPTIONS request, the browser never
403
403
  sends the GET, and no data flows through the multiplexer channel.
404
404
 
405
+ Multiplexer error responses (e.g. 424 "Multiplexer no exist" or 409
406
+ "Request already multiplexed") also include CORS headers, so that browsers
407
+ can read the error details from cross-origin requests.
408
+
405
409
  ## Testing
406
410
 
407
411
  Run all tests from the command line:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.101",
3
+ "version": "1.3.102",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/test.js",