Name Description Size
browser.sys.mjs An object that holds information about the client window @typedef ClientWindowInfo @property {boolean} active True if client window is keyboard-interactable. False, if otherwise. @property {string} clientWindow The id of the client window. @property {number} height The height of the client window. @property {WindowState} state The client window state. @property {number} width The width of the client window. @property {number} x The x-coordinate of the client window. @property {number} y The y-coordinate of the client window. 6156
browsingContext.sys.mjs @typedef {string} ClipRectangleType 64473
input.sys.mjs Assert that the target coordinates are within the visible viewport. @param {Array.<number>} target Coordinates [x, y] of the target relative to the viewport. @param {BrowsingContext} context The browsing context to dispatch the event to. @returns {Promise<undefined>} Promise that rejects, if the coordinates are not within the visible viewport. @throws {MoveTargetOutOfBoundsError} If target is outside the viewport. 10594
log.sys.mjs 469
network.sys.mjs @typedef {object} AuthChallenge @property {string} scheme @property {string} realm 58849
permissions.sys.mjs An object that holds the information about permission descriptor for Webdriver BiDi permissions.setPermission command. @typedef PermissionDescriptor @property {string} name The name of the permission. 3780
script.sys.mjs @typedef {string} ScriptEvaluateResultType 30998
session.sys.mjs An object that holds information about the subscription, if the <var>topLevelTraversableIds</var> and the <var>userContextIds</var> are both empty, the subscription is considered global. @typedef Subscription @property {Set} eventNames A set of event names related to this subscription. @property {string} subscriptionId A unique subscription identifier. @property {Set} topLevelTraversableIds A set of top level traversable ids related to this subscription. @property {Set} userContextIds A set of user context ids related to this subscription. 31898
storage.sys.mjs Enum of possible partition types supported by the storage.getCookies command. @readonly @enum {PartitionType} 28220
webExtension.sys.mjs A WebExtension id. @typedef {string} Extension 4463