| BrowsingContextUtils.sys.mjs |
@typedef {object} BrowsingContextDetails
@property {number} browserId
Browser id for this browsing context.
@property {number} browsingContextId
Internal id of the browsing context.
@property {boolean} isTopBrowsingContext
Flag that indicates if the browsing context is top-level.
@property {boolean} isContent
Flag that indicates if it is a content or a chrome browsing context.
|
7049 |
| js-window-actors |
|
|
| RootTransport.sys.mjs |
RootTransport is intended to be used from a ROOT MessageHandler to communicate
with WINDOW_GLOBAL MessageHandlers via the MessageHandlerFrame JSWindow
actors.
|
8397 |