зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1591410 - Remove unused UnsolicitedPauses constants r=jlast,ochameau
Depends on D50616 Differential Revision: https://phabricator.services.mozilla.com/D50617 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c2d789f1e7
Коммит
4dd1553284
|
@ -34,24 +34,7 @@ const UnsolicitedNotifications = {
|
|||
newSource: "newSource",
|
||||
};
|
||||
|
||||
/**
|
||||
* Set of pause types that are sent by the server and not as an immediate
|
||||
* response to a client request.
|
||||
*/
|
||||
const UnsolicitedPauses = {
|
||||
resumeLimit: "resumeLimit",
|
||||
debuggerStatement: "debuggerStatement",
|
||||
breakpoint: "breakpoint",
|
||||
DOMEvent: "DOMEvent",
|
||||
watchpoint: "watchpoint",
|
||||
eventBreakpoint: "eventBreakpoint",
|
||||
exception: "exception",
|
||||
replayForcedPause: "replayForcedPause",
|
||||
mutationBreakpoint: "mutationBreakpoint",
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
ThreadStateTypes,
|
||||
UnsolicitedNotifications,
|
||||
UnsolicitedPauses,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче