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.
- package/README.md +4 -0
- 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:
|