Find
C
ase-sensitive
R
egexp search
Path
Showing
ac15fb21
:
Revert "Bug
2019916
- r=mstange,profiler-reviewers" for causing hazard failures.
firefox-main
/
remote
/
webdriver-bidi
/
modules
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
Intercept.sys.mjs
The serialization of JavaScript objects in the content process might produce extra data that needs to be transferred 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.
3136
100 %
ModuleRegistry.sys.mjs
2956
100 %
root
96 %
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`.
5281
98 %
windowglobal
97 %
windowglobal-in-root
90 %
WindowGlobalBiDiModule.sys.mjs
Base class for all WindowGlobal BiDi MessageHandler modules.
2493
100 %