| ConsoleMessageFormatter.sys.mjs |
Format console message to be close to webconsole output.
@param {object=} options
@param {object=} options.counter
An object which holds information about console.count* calls.
@param {Array<*>} options.messageArguments
An array of arguments passed to console command.
@param {string} options.method
A name of the console method being called.
@param {Array<*>} options.serializedArgs
An array of serialized remote values for the console arguments.
@param {object=} options.timer
An object which holds information about console.time* calls.
@returns {string}
A formatted console message.
|
2791 |
100 % |
| DownloadBehaviorManager.sys.mjs |
A DownloadBehaviorManager class controls per user context and global download behavior.
|
3729 |
100 % |
| jar.mn |
|
3805 |
- |
| modules |
|
|
96 % |
| moz.build |
|
432 |
- |
| NewSessionHandler.sys.mjs |
httpd.js JSON handler for direct BiDi connections.
|
1639 |
100 % |
| ProxyPerUserContextManager.sys.mjs |
A ProxyPerUserContextManager class keeps track of user contexts and their proxy configuration.
|
5040 |
89 % |
| RemoteValue.sys.mjs |
@typedef {object} IncludeShadowTreeMode
|
30965 |
100 % |
| test |
|
|
- |
| UserPromptHandlerManager.sys.mjs |
|
1996 |
100 % |
| WebDriverBiDi.sys.mjs |
Entry class for the WebDriver BiDi support.
@see https://w3c.github.io/webdriver-bidi
|
8229 |
87 % |
| WebDriverBiDiConnection.sys.mjs |
@param {WebSocket} webSocket
The WebSocket server connection to wrap.
@param {Connection} httpdConnection
Reference to the httpd.js's connection needed for clean-up.
|
9101 |
90 % |