natsumesou
CDCloudflare Developers
•Created by alex35mil on 11/30/2023 in #🦀rust-on-workers
How to send `FormData` via `Fetch`? I
@alex35mil How did you put the manually constructed string into the request body? Attempting to assign it with
RequestInit.with_body
results in an error because it's not of type JsValue
.6 replies