| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-25 | 360 Bytes | |
| web_adapter 2.2.1 source code.tar.gz | 2026-07-25 | 3.2 MB | |
| web_adapter 2.2.1 source code.zip | 2026-07-25 | 3.4 MB | |
| Totals: 3 Items | 6.6 MB | 0 | |
## What's new
- Warn when a request is not a CORS "simple request" and will trigger a
preflight (OPTIONS) request, and enrich the
XMLHttpRequest.onErrormessage with CORS guidance when the request was preflighted. The warning can be disabled viaBrowserHttpClientAdapter(enableCORSWarning: false); the enriched error message is always emitted.