Bug 1497470 - Correctly type Targets.listWorkers request. r=yulia

MozReview-Commit-ID: BfjRhhIDxiF

Depends on D10189

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexandre Poirot 2018-11-05 15:02:12 +00:00
Родитель a0551db83f
Коммит aa27526bd1
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -37,6 +37,7 @@ types.addDictType("browsingContextTarget.window", {
types.addDictType("browsingContextTarget.workers", {
error: "nullable:string",
workers: "nullable:array:json",
});
types.addDictType("browsingContextTarget.reload", {

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

@ -7,6 +7,7 @@ const {types, Option, RetVal, generateActorSpec} = require("devtools/shared/prot
types.addDictType("contentProcessTarget.workers", {
error: "nullable:string",
workers: "nullable:array:json",
});
const contentProcessTargetSpec = generateActorSpec({