We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab99fe commit e169f45Copy full SHA for e169f45
guide/src/reference/accessing-properties-of-untyped-js-values.md
@@ -78,5 +78,5 @@ if (property_key in target) {
78
See [the `js_sys::Reflect` API documentation][js-sys-reflect] for the full
79
listing of JavaScript value reflection and introspection capabilities.
80
81
-[js-sys-reflect]: https://rustwasm.github.io/wasm-bindgen/api/js_sys/struct.Reflect.html
+[js-sys-reflect]: https://docs.rs/js-sys/latest/js_sys/Reflect/index.html
82
[mdn-reflect]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
0 commit comments