There is no all methods available for builder (e.g https_only) when compiled to WASM #2564
-
I am sorry if this is dumb question but why WASM builder has no methods like |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Feb 21, 2025
Replies: 1 comment
-
For WASM, it's generally either one of two reasons:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Khotam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For WASM, it's generally either one of two reasons:
fetch
, we cannot enable or disable TLS, or really configure it.setTimeout
andAbortController
internally.