blob: 44f833215c2ffe118a885f6a0f9ff7a6ea6c9251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{
"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
}
]
}
]
|