Backed out 4 changesets (bug 1651522) for causing dt failures on devtools/shared...
[gecko.git] / devtools / server / actors / targets / index.js
blobaced4484593650a40eb076ab457e72140891cc1e
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 const TYPES = {
8   FRAME: "frame",
9   PROCESS: "process",
10   WORKER: "worker",
12 exports.TYPES = TYPES;