Name Description Size
content-process-connector.js Start a DevTools server in a content process (representing the entire process, not just a single frame) and add it as a child server for an active connection. 3981
frame-connector.js Start a DevTools server in a remote frame's process and add it as a child server for an active connection. @param object connection The devtools server connection to use. @param Element frame The frame element with remote content to connect to. @param function [onDestroy] Optional function to invoke when the child process closes or the connection shuts down. (Need to forget about the related target actor.) @return object A promise object that is resolved once the connection is established. 5401
js-process-actor
js-window-actor
moz.build 478
process-actor
worker-connector.js Start a DevTools server in a worker and add it as a child server for a given active connection. @params {DevToolsConnection} connection @params {WorkerDebugger} dbg: The WorkerDebugger we want to create a target actor for. @params {String} forwardingPrefix: The prefix that will be used to forward messages to the DevToolsServer on the worker thread. @params {Object} options: An option object that will be passed with the "connect" packet. @params {Object} options.sessionData: The sessionData object that will be passed to the worker target actor. 7103