Maccesch
|
ec6027c59e
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
|
2024-07-22 23:12:46 +01:00 |
|
Maccesch
|
4d42f7234a
|
use_websocket now uses codecs
|
2024-07-01 02:29:27 +01:00 |
|
Maccesch
|
04942f432b
|
work to port to leptos 0.7
|
2024-05-07 13:24:14 +01:00 |
|
Maccesch
|
5f3f60ca6b
|
work to port to leptos 0.7
|
2024-05-07 12:41:44 +01:00 |
|
Maccesch
|
27f516898c
|
added use_clipboard, use_permission, use_timeout_fn
closes #72
|
2024-02-09 03:18:53 +00:00 |
|
Maccesch
|
a677eaf877
|
disabled webtransport for now
|
2024-01-30 00:02:14 +00:00 |
|
Maccesch
|
461935ca6b
|
added bin codec
|
2023-12-12 14:53:49 +00:00 |
|
Maccesch
|
7cabae75b6
|
added incoming stream handlers
|
2023-09-14 15:24:54 +01:00 |
|
Maccesch
|
6aff4b5ca7
|
added a bunch of docs as well as stream state
|
2023-09-12 15:09:57 +01:00 |
|
Maccesch
|
d2a91b4d6d
|
client opened bidir streams work
|
2023-08-31 20:12:48 +01:00 |
|
Maccesch
|
fb9dfc7b76
|
datagrams work!
|
2023-08-31 18:26:03 +01:00 |
|
Maccesch
|
5ac69356a4
|
use_webtransport compiles
|
2023-08-31 04:42:01 +01:00 |
|
Maccesch
|
25590582e3
|
reliable streams
|
2023-08-22 14:34:04 +01:00 |
|
Maccesch
|
b80553751b
|
ported internal callbacks to Rc RefCells
|
2023-08-15 12:15:58 +01:00 |
|
Maccesch
|
f2f926b76c
|
added datagrams rc signal and tx closure
|
2023-08-11 13:48:53 +01:00 |
|
Maccesch
|
413a6f933e
|
more work on use_webtransport
|
2023-08-10 21:39:32 +01:00 |
|
Maccesch
|
c0c03a94f0
|
started working on use_webtransport (#9)
|
2023-07-28 21:04:44 +01:00 |
|