wasm: fix standalone/multipart body conversion to JsValue (#1364)

This commit is contained in:
Niklas Wolber
2021-11-19 01:13:59 +01:00
committed by GitHub
parent ab49de875e
commit 0ef1a2ea78
3 changed files with 209 additions and 16 deletions

View File

@@ -166,7 +166,8 @@ features = [
"Blob",
"BlobPropertyBag",
"ServiceWorkerGlobalScope",
"RequestCredentials"
"RequestCredentials",
"File"
]
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]