All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
META-INF.dirigible.dev-tools.mobile_throttling.module.json Maven / Gradle / Ivy
{
"extensions": [
{
"type": "setting",
"settingName": "customNetworkConditions",
"settingType": "array",
"defaultValue": []
},
{
"type": "action",
"actionId": "network-conditions.network-offline",
"category": "Network",
"title": "Go offline",
"className": "MobileThrottling.ThrottlingManager.ActionDelegate",
"tags": "device, throttling"
},
{
"type": "action",
"actionId": "network-conditions.network-low-end-mobile",
"category": "Network",
"title": "Enable slow 3G throttling",
"className": "MobileThrottling.ThrottlingManager.ActionDelegate",
"tags": "device, throttling"
},
{
"type": "action",
"actionId": "network-conditions.network-mid-tier-mobile",
"category": "Network",
"title": "Enable fast 3G throttling",
"className": "MobileThrottling.ThrottlingManager.ActionDelegate",
"tags": "device, throttling"
},
{
"type": "action",
"actionId": "network-conditions.network-online",
"category": "Network",
"title": "Go online",
"className": "MobileThrottling.ThrottlingManager.ActionDelegate",
"tags": "device, throttling"
},
{
"type": "view",
"location": "settings-view",
"id": "throttling-conditions",
"title": "Throttling",
"order": 35,
"className": "MobileThrottling.ThrottlingSettingsTab",
"settings": [
"customNetworkConditions"
]
}
],
"dependencies": [
"common",
"sdk",
"ui",
"protocol_client"
],
"scripts": [],
"modules": [
"mobile_throttling.js",
"mobile_throttling-legacy.js",
"ThrottlingPresets.js",
"MobileThrottlingSelector.js",
"NetworkPanelIndicator.js",
"NetworkThrottlingSelector.js",
"ThrottlingSettingsTab.js",
"ThrottlingManager.js"
],
"resources": [
"throttlingSettingsTab.css"
]
}