class Playwright::Route

def abort(errorCode: nil)

Aborts the route's request.
def abort(errorCode: nil)
  wrap_impl(@impl.abort(errorCode: unwrap_impl(errorCode)))
end