// Copyright 2020 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/bindings/core/v8/module_request.h" #include "third_party/blink/renderer/platform/runtime_enabled_features.h" namespace blink { String ModuleRequest::GetModuleTypeString() const { … } bool ModuleRequest::HasInvalidImportAttributeKey(String* invalid_key) const { … } } // namespace blink