Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http (feature): Add an option to use Fetch API for JSHttpClient #3370

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Conversation

xerial
Copy link
Member

@xerial xerial commented Feb 13, 2024

Enable using Fetch API, which works only in browser.

val client = Http.client.withFetchAPI.newJSClient

Closes #2897

@xerial xerial marked this pull request as ready for review February 13, 2024 19:28
@xerial xerial changed the title http (feature): Use Fetch API for JSHttpClient http (feature): Add an option to use Fetch API for JSHttpClient Feb 13, 2024
@xerial xerial enabled auto-merge (squash) February 13, 2024 19:30
@xerial xerial merged commit efee000 into main Feb 13, 2024
16 checks passed
@xerial xerial deleted the fetch-api branch February 13, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

airframe-http (js): Use Fetch API instead of Ajax
1 participant