Remove outdated todo

This commit is contained in:
Justin Starry 2020-03-08 17:34:56 +08:00
parent 13ce079815
commit 212574a80b

View File

@ -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! {