All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.mobile_throttling.mobile_throttling.js Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
// Copyright 2019 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.

import './ThrottlingPresets.js';
import './MobileThrottlingSelector.js';
import './NetworkPanelIndicator.js';
import './NetworkThrottlingSelector.js';
import './ThrottlingSettingsTab.js';
import './ThrottlingManager.js';

import * as MobileThrottlingSelector from './MobileThrottlingSelector.js';
import * as NetworkPanelIndicator from './NetworkPanelIndicator.js';
import * as NetworkThrottlingSelector from './NetworkThrottlingSelector.js';
import * as ThrottlingManager from './ThrottlingManager.js';
import * as ThrottlingPresets from './ThrottlingPresets.js';
import * as ThrottlingSettingsTab from './ThrottlingSettingsTab.js';

export {
  MobileThrottlingSelector,
  NetworkPanelIndicator,
  NetworkThrottlingSelector,
  ThrottlingManager,
  ThrottlingPresets,
  ThrottlingSettingsTab,
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy