зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
516 B
JSON
22 строки
516 B
JSON
[
|
|
{
|
|
"namespace": "experiments",
|
|
"description": "experimental API extension to allow checking the status of Fennec experiments via Switchboard",
|
|
"functions": [
|
|
{
|
|
"name": "isActive",
|
|
"type": "function",
|
|
"description": "Determine if a given experiment is active.",
|
|
"parameters": [
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"description": "The experiment's name"
|
|
}
|
|
],
|
|
"async": true
|
|
}
|
|
]
|
|
}
|
|
]
|