fix: ⚡ browser freezing because of blocking channel
This commit is contained in:
parent
8391ef31ba
commit
1e27b9280e
9 changed files with 172 additions and 386 deletions
|
@ -7,6 +7,7 @@ edition = "2024"
|
|||
console_error_panic_hook = "0.1.7"
|
||||
leptos = { version = "0.7.8", features = ["csr"] }
|
||||
wasm-bindgen-futures = "0.4.50"
|
||||
async-channel = "2.3.1"
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
web-sys = { version = "0.3.77", features = [
|
||||
"AudioBuffer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue