You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to highlight that struct Request has field mode: Mode: https://docs.rs/ehttp/0.5.0/src/ehttp/types.rs.html#146 that is not documented in docs.rs, since it has #[cfg(target_arch = "wasm32")].
This can create confusion when developing for wasm.
Thank for your great work
The text was updated successfully, but these errors were encountered:
I want to highlight that struct Request has field
mode: Mode
: https://docs.rs/ehttp/0.5.0/src/ehttp/types.rs.html#146 that is not documented in docs.rs, since it has#[cfg(target_arch = "wasm32")]
.This can create confusion when developing for wasm.
Thank for your great work
The text was updated successfully, but these errors were encountered: