Bug 1594710 remove deprecated proxy api from schema r=rpl

Differential Revision: https://phabricator.services.mozilla.com/D52229

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Shane Caraveo 2019-11-07 20:00:29 +00:00
Родитель 25d3bd3125
Коммит 6548fe35bb
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -159,18 +159,6 @@
"type": "object"
}
]
},
{
"name": "onProxyError",
"type": "function",
"deprecated": "proxy.onProxyError has been deprecated and will be removed in Firefox 71. Use proxy.onError instead.",
"description": "Please use $(ref:proxy.onError).",
"parameters": [
{
"name": "error",
"type": "object"
}
]
}
]
}