web_adapter 2.2.1
·
18 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's new
- Warn when a request is not a CORS "simple request" and will trigger a
preflight (OPTIONS) request, and enrich theXMLHttpRequest.onErrormessage
with CORS guidance when the request was preflighted. The warning can be
disabled viaBrowserHttpClientAdapter(enableCORSWarning: false); the
enriched error message is always emitted.