H-Plus-Time opened a new pull request, #329:
URL: https://github.com/apache/arrow-rs-object-store/pull/329
# Which issue does this PR close?
Closes #7227 .
# What changes are included in this PR?
Target-gated wasm32-unknown-unknown reqwest-based HttpConnector (with
explicit handling surrounding non-Send, non-Sync futures).
# Are there any user-facing changes?
wasm32-unknown-unknown users will need to add the `getrandom = { version =
"*", features = ["js"] }` cargo entry if they aren't already using it. The
alternative would be to feature flag in a similar manner to chrono, getrandom,
zstd (i.e. 'js').
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]