Function deno_websocket::op_ws_send[][src]

pub async fn op_ws_send(
    state: Rc<RefCell<OpState>>,
    args: Value,
    bufs: BufVec
) -> Result<Value, AnyError>