Source code

Revision control

Copy as Markdown

Other Tools

[
{
"namespace": "experiments.screenshots",
"description": "Firefox Screenshots internal API",
"functions": [
{
"name": "getUpdateChannel",
"type": "function",
"description": "Returns the Firefox channel (AppConstants.MOZ_UPDATE_CHANNEL)",
"parameters": [],
"async": true
},
{
"name": "isHistoryEnabled",
"type": "function",
"description": "Returns the value of the 'places.history.enabled' preference",
"parameters": [],
"async": true
}
],
"events": [
{
"name": "onScreenshotCommand",
"type": "function",
"description": "Fired when the command event for the Screenshots menuitem is fired.",
"parameters": [
{
"name": "isContextMenuClick",
"type": "boolean"
}
]
}
]
}
]