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

Added CORS Mode property to Request on web #52

Merged
merged 9 commits into from
Feb 13, 2024

Conversation

afonsolage
Copy link
Contributor

Closes #51

  • Add Mode to Request on wasm builds;
  • Add Mode::Cors as default;

ehttp/src/types.rs Outdated Show resolved Hide resolved
ehttp/src/types.rs Outdated Show resolved Hide resolved
ehttp/src/types.rs Outdated Show resolved Hide resolved
@emilk
Copy link
Owner

emilk commented Feb 13, 2024

need cargo fmt

@emilk emilk changed the title Added mode property to requests on wasm target Added CORS Mode property to Request on web Feb 13, 2024
@emilk emilk merged commit cd06adf into emilk:master Feb 13, 2024
8 checks passed
@afonsolage afonsolage deleted the web-request-mode branch February 13, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow configuration of RequestMode on wasm
2 participants