chrome-types 0.1.96 → 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 +9 -2
- package/index.d.ts +9 -2
- 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
|
|
|
@@ -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 {
|
package/index.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:04 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a87cbfe9f700ee5b7ee516d8126e327ce61ece7e
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -18105,6 +18105,13 @@ declare namespace chrome {
|
|
|
18105
18105
|
* @since Chrome 95
|
|
18106
18106
|
*/
|
|
18107
18107
|
world?: ExecutionWorld;
|
|
18108
|
+
|
|
18109
|
+
/**
|
|
18110
|
+
* 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.
|
|
18111
|
+
*
|
|
18112
|
+
* @since Pending
|
|
18113
|
+
*/
|
|
18114
|
+
injectImmediately?: boolean;
|
|
18108
18115
|
}
|
|
18109
18116
|
|
|
18110
18117
|
export interface CSSInjection {
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "34e4b1cb350e859b"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.97"
|
|
20
20
|
}
|