mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Remove outdated todo
This commit is contained in:
parent
13ce079815
commit
212574a80b
@ -697,9 +697,6 @@ fn send_to_remote<AGN: Agent>(
|
||||
#[cfg(feature = "web_sys")] worker: &Worker,
|
||||
msg: ToWorker<AGN::Input>,
|
||||
) {
|
||||
// TODO(#937): Important! Implement.
|
||||
// Use a queue to collect a messages if an instance is not ready
|
||||
// and send them to an agent when it will reported readiness.
|
||||
let msg = msg.pack();
|
||||
cfg_match! {
|
||||
feature = "std_web" => js! {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user