-
Hello, I would like to ask a question, I added a http request code, the mobile is normal, but the web does not return, I want to know where is my problem, web http request code like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
Desdaemon
Jul 13, 2023
Replies: 1 comment
-
You'll need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wgtun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need to use
#[cfg]
attributes to enable Tokio only for non-web users andwasm-bindgen-futures
for web users. Also I'll open discussions so common questions like this can be collected in one place.