Function deno_websocket::op_ws_close[][src]

pub async fn op_ws_close(
    state: Rc<RefCell<OpState>>,
    args: CloseArgs,
    _bufs: BufVec
) -> Result<Value, AnyError>