Name Description Size
Intercept.sys.mjs The serialization of JavaScript objects in the content process might produce extra data that needs to be transfered and then processed by the parent process. This extra data is part of the payload as returned by commands and events and can contain the following: - {Map<BrowsingContext, Array<string>>} seenNodeIds DOM nodes that need to be added to the navigable seen nodes map. @param {string} sessionId Id of the WebDriver session @param {object} payload Payload of the response for the command and event that might contain a `_extraData` field. @returns {object} The payload with the extra data removed if it was present. 3103
ModuleRegistry.sys.mjs 2318
root
RootBiDiModule.sys.mjs Emits an event for a specific browsing context. @param {string} browsingContextId The ID of the browsing context to which the event should be emitted. @param {string} eventName The name of the event to be emitted. @param {object} eventPayload The payload to be sent with the event. @returns {boolean} Returns `true` if the event was successfully emitted, otherwise `false`. 2946
windowglobal
windowglobal-in-root
WindowGlobalBiDiModule.sys.mjs Base class for all WindowGlobal BiDi MessageHandler modules. 2493