You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/events/README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@
20
20
<sub>Built with 🦀🕸 by <ahref="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
21
21
</div>
22
22
23
-
Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate provides an [`EventListener`](https://docs.rs/gloo-events/0.1.0/gloo_events/struct.EventListener.html) type which makes it easy!
23
+
Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate
24
+
provides an [`EventListener`] type which makes it easy!
24
25
25
-
See the documentation for [`EventListener`](https://docs.rs/gloo-events/0.1.0/gloo_events/struct.EventListener.html) for more information.
26
+
See the documentation for [`EventListener`] for more information.
Copy file name to clipboardExpand all lines: crates/events/src/lib.rs
+12-8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
/*!
2
-
Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate provides an [`EventListener`](struct.EventListener.html) type which makes it easy!
2
+
Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate
3
+
provides an [`EventListener`] type which makes it easy!
3
4
4
-
See the documentation for [`EventListener`](struct.EventListener.html) for more information.
5
+
See the documentation for [`EventListener`] for more information.
0 commit comments