mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
cleanup docs
This commit is contained in:
parent
6bd92ca05a
commit
59da7d5d4a
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ use thiserror::Error;
|
|||
/// instance opens a persistent connection to an HTTP server,
|
||||
/// which sends events in text/event-stream format.
|
||||
///
|
||||
/// ## Demo
|
||||
///
|
||||
/// [Link to Demo](https://github.com/Synphonyte/leptos-use/tree/main/examples/use_event_source)
|
||||
///
|
||||
/// ## Usage
|
||||
///
|
||||
/// Values are decoded via the given [`Codec`].
|
||||
|
|
Loading…
Add table
Reference in a new issue