// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/fetch/request_util.h" #include "services/network/public/mojom/fetch_api.mojom-blink.h" namespace blink { network::mojom::RequestMode V8RequestModeToMojom(const V8RequestMode& mode) { … } network::mojom::RequestDestination V8RequestDestinationToMojom( const V8RequestDestination& destination) { … } } // namespace blink