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/. */
8 * Set of protocol messages that affect thread state, and the
9 * state the actor is in after each message.
11 const ThreadStateTypes = {
18 * Set of protocol messages that are sent by the server without a prior request
19 * by the client. This only applies to Actors for which we are not using a
20 * protocol.js Front and instead use DevToolsClient directly.
22 const UnsolicitedNotifications = {
23 networkEventUpdate: "networkEventUpdate",
28 UnsolicitedNotifications,