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
Some of us, like me, I use your library to set up cross-platform URL calls easily. It would make my life easier if I could only use your lib, and it would translate the request to fetchJavaScriptt calls if on the web assembly environment.
Possible Solution
Check if the EMSCRIPTEN, wasm, wasm32, or wasm64 flag is set. If so, use the fetch API from Javascript instead.
Is your feature request related to a problem?
Some of us, like me, I use your library to set up cross-platform URL calls easily. It would make my life easier if I could only use your lib, and it would translate the request to fetchJavaScriptt calls if on the web assembly environment.
Possible Solution
Check if the EMSCRIPTEN, wasm, wasm32, or wasm64 flag is set. If so, use the fetch API from Javascript instead.
ex.:
Alternatives
Internally, I am manually checking that in the way I told you above :-)
Additional Context
No response
The text was updated successfully, but these errors were encountered: