emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
324 stars 30 forks source link

Missing documentation for Request mode field #55

Open fastfailures opened 8 months ago

fastfailures commented 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.

Thank for your great work