Open fastfailures opened 8 months ago
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.
mode: Mode
#[cfg(target_arch = "wasm32")]
Thank for your great work
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