[][src]Function deno_websocket::op_ws_send

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