chrome-types 0.1.94 → 0.1.97
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 +11 -4
- package/index.d.ts +8583 -4736
- 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 Sat Apr 02 2022 22:28:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a87cbfe9f700ee5b7ee516d8126e327ce61ece7e
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -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;
|
|
@@ -23212,6 +23212,13 @@ declare namespace chrome {
|
|
|
23212
23212
|
* @since Chrome 95
|
|
23213
23213
|
*/
|
|
23214
23214
|
world?: ExecutionWorld;
|
|
23215
|
+
|
|
23216
|
+
/**
|
|
23217
|
+
* Whether the injection should be triggered in the target as soon as possible. Note that this is not a guarantee that injection will occur prior to page load, as the page may have already loaded by the time the script reaches the target.
|
|
23218
|
+
*
|
|
23219
|
+
* @since Pending
|
|
23220
|
+
*/
|
|
23221
|
+
injectImmediately?: boolean;
|
|
23215
23222
|
}
|
|
23216
23223
|
|
|
23217
23224
|
export interface CSSInjection {
|
|
@@ -31264,8 +31271,8 @@ declare namespace chrome {
|
|
|
31264
31271
|
*
|
|
31265
31272
|
* @since Chrome 58
|
|
31266
31273
|
* @chrome-permission virtualKeyboard
|
|
31267
|
-
* @chrome-platform-apps
|
|
31268
31274
|
* @chrome-platform chromeos
|
|
31275
|
+
* @chrome-platform lacros
|
|
31269
31276
|
*/
|
|
31270
31277
|
export namespace virtualKeyboard {
|
|
31271
31278
|
|