UNPKG

chrome-devtools-frontend

Version:
19 lines (17 loc) 912 B
// Copyright 2024 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export * as CLSCulprits from './CLSCulprits.js'; export * as DocumentLatency from './DocumentLatency.js'; export * as DOMSize from './DOMSize.js'; export * as FontDisplay from './FontDisplay.js'; export * as ForcedReflow from './ForcedReflow.js'; export * as ImageDelivery from './ImageDelivery.js'; export * as InteractionToNextPaint from './InteractionToNextPaint.js'; export * as LCPDiscovery from './LCPDiscovery.js'; export * as LCPPhases from './LCPPhases.js'; export * as LongCriticalNetworkTree from './LongCriticalNetworkTree.js'; export * as RenderBlocking from './RenderBlocking.js'; export * as SlowCSSSelector from './SlowCSSSelector.js'; export * as ThirdParties from './ThirdParties.js'; export * as Viewport from './Viewport.js';