How can I look at old documentation? #3785
Unanswered
miketwenty1
asked this question in
Q&A
Replies: 1 comment
-
I'm not entirely sure why we link to https://rustwasm.github.io f or documentation in the first place. Let me know if you still encounter any issues or if this doesn't solve your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
https://docs.rs allows you to pick a release version of crate and see a snapshot of what was available. Is there anyway to do this with wasm-bindgen or web-sys? It seems only the most current version is available.
My goal ultimately though is to see if there was a substitute for the
UserActivation
struct at the time of v0.2.87 / web-sys crate:0.3.64
.Interested in this:
https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.UserActivation.html#method.is_active
Currently failing to patch in this way (below), so was trying to look at the docs of an older version that I'm needing to use for another dependency "bevy".
Beta Was this translation helpful? Give feedback.
All reactions