chrome-types 0.1.93 → 0.1.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_all.d.ts +6 -6
- package/index.d.ts +8586 -4746
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Mar 29 2022 22:29:30 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e26ffa0b1fb00ae5ad8e88894e72ec0c948ee9c1
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1877,7 +1877,7 @@ declare namespace chrome {
|
|
|
1877
1877
|
/**
|
|
1878
1878
|
* All possible actions that can be performed on automation nodes.
|
|
1879
1879
|
*/
|
|
1880
|
-
export type ActionType = "annotatePageImages" | "blur" | "clearAccessibilityFocus" | "collapse" | "customAction" | "decrement" | "doDefault" | "expand" | "focus" | "getImageData" | "getTextLocation" | "hideTooltip" | "hitTest" | "increment" | "internalInvalidateTree" | "loadInlineTextBoxes" | "replaceSelectedText" | "resumeMedia" | "scrollBackward" | "scrollDown" | "scrollForward" | "scrollLeft" | "scrollRight" | "scrollUp" | "scrollToMakeVisible" | "scrollToPoint" | "setAccessibilityFocus" | "setScrollOffset" | "setSelection" | "setSequentialFocusNavigationStartingPoint" | "setValue" | "showContextMenu" | "signalEndOfTest" | "showTooltip" | "startDuckingMedia" | "stopDuckingMedia" | "suspendMedia";
|
|
1880
|
+
export type ActionType = "annotatePageImages" | "blur" | "clearAccessibilityFocus" | "collapse" | "customAction" | "decrement" | "doDefault" | "expand" | "focus" | "getImageData" | "getTextLocation" | "hideTooltip" | "hitTest" | "increment" | "internalInvalidateTree" | "loadInlineTextBoxes" | "replaceSelectedText" | "resumeMedia" | "runScreenAi" | "scrollBackward" | "scrollDown" | "scrollForward" | "scrollLeft" | "scrollRight" | "scrollUp" | "scrollToMakeVisible" | "scrollToPoint" | "setAccessibilityFocus" | "setScrollOffset" | "setSelection" | "setSequentialFocusNavigationStartingPoint" | "setValue" | "showContextMenu" | "signalEndOfTest" | "showTooltip" | "startDuckingMedia" | "stopDuckingMedia" | "suspendMedia";
|
|
1881
1881
|
|
|
1882
1882
|
/**
|
|
1883
1883
|
* Possible changes to the automation tree. For any given atomic change to the tree, each node that's added, removed, or changed, will appear in exactly one TreeChange, with one of these types.
|
|
@@ -20799,7 +20799,7 @@ declare namespace chrome {
|
|
|
20799
20799
|
suggestion: DefaultSuggestResult,
|
|
20800
20800
|
|
|
20801
20801
|
/**
|
|
20802
|
-
* @since
|
|
20802
|
+
* @since Chrome 100
|
|
20803
20803
|
*/
|
|
20804
20804
|
callback?: () => void,
|
|
20805
20805
|
): void;
|
|
@@ -31264,8 +31264,8 @@ declare namespace chrome {
|
|
|
31264
31264
|
*
|
|
31265
31265
|
* @since Chrome 58
|
|
31266
31266
|
* @chrome-permission virtualKeyboard
|
|
31267
|
-
* @chrome-platform-apps
|
|
31268
31267
|
* @chrome-platform chromeos
|
|
31268
|
+
* @chrome-platform lacros
|
|
31269
31269
|
*/
|
|
31270
31270
|
export namespace virtualKeyboard {
|
|
31271
31271
|
|
|
@@ -34776,7 +34776,7 @@ declare namespace chrome {
|
|
|
34776
34776
|
): void;
|
|
34777
34777
|
|
|
34778
34778
|
/**
|
|
34779
|
-
* Override the user agent string used by the `webview` for guest page requests.
|
|
34779
|
+
* Override the user agent string used by the `webview` for guest page requests. Overriding will cause the User-Agent Client Hint header values and the values returned by `navigator.userAgentData` to be empty for guest page requests this override is applied to.
|
|
34780
34780
|
*
|
|
34781
34781
|
* @param userAgent The user agent string to use.
|
|
34782
34782
|
*/
|