Skip to content

web_adapter 2.2.1

Choose a tag to compare

@cfug-dev cfug-dev released this 25 Jul 12:53
· 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 the XMLHttpRequest.onError message
    with CORS guidance when the request was preflighted. The warning can be
    disabled via BrowserHttpClientAdapter(enableCORSWarning: false); the
    enriched error message is always emitted.