chrome-types 0.1.419 → 0.1.421
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 +5 -11
- package/index.d.ts +4 -8
- 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 03 2026 22:34:18 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -4433,6 +4433,7 @@ declare namespace chrome {
|
|
|
4433
4433
|
*
|
|
4434
4434
|
* @chrome-permission browser
|
|
4435
4435
|
* @chrome-platform-apps
|
|
4436
|
+
* @chrome-platform chromeos
|
|
4436
4437
|
*/
|
|
4437
4438
|
export namespace browser {
|
|
4438
4439
|
|
|
@@ -6060,10 +6061,6 @@ declare namespace chrome {
|
|
|
6060
6061
|
* Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
|
|
6061
6062
|
*
|
|
6062
6063
|
* @chrome-permission contentSettings
|
|
6063
|
-
* @chrome-platform chromeos
|
|
6064
|
-
* @chrome-platform linux
|
|
6065
|
-
* @chrome-platform mac
|
|
6066
|
-
* @chrome-platform win
|
|
6067
6064
|
*/
|
|
6068
6065
|
export namespace contentSettings {
|
|
6069
6066
|
|
|
@@ -25750,9 +25747,6 @@ declare namespace chrome {
|
|
|
25750
25747
|
* @chrome-permission serial
|
|
25751
25748
|
* @chrome-platform-apps
|
|
25752
25749
|
* @chrome-platform chromeos
|
|
25753
|
-
* @chrome-platform linux
|
|
25754
|
-
* @chrome-platform mac
|
|
25755
|
-
* @chrome-platform win
|
|
25756
25750
|
*/
|
|
25757
25751
|
export namespace serial {
|
|
25758
25752
|
|
|
@@ -30967,7 +30961,7 @@ declare namespace chrome {
|
|
|
30967
30961
|
/**
|
|
30968
30962
|
* The ID of the Split View that the tab belongs to.
|
|
30969
30963
|
*
|
|
30970
|
-
* @since Chrome
|
|
30964
|
+
* @since Chrome 140
|
|
30971
30965
|
*/
|
|
30972
30966
|
splitViewId?: number;
|
|
30973
30967
|
|
|
@@ -31152,7 +31146,7 @@ declare namespace chrome {
|
|
|
31152
31146
|
/**
|
|
31153
31147
|
* An ID that represents the absence of a split tab.
|
|
31154
31148
|
*
|
|
31155
|
-
* @since Chrome
|
|
31149
|
+
* @since Chrome 140
|
|
31156
31150
|
*/
|
|
31157
31151
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
31158
31152
|
|
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 Tue Mar 03 2026 22:34:14 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -2868,10 +2868,6 @@ declare namespace chrome {
|
|
|
2868
2868
|
* Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
|
|
2869
2869
|
*
|
|
2870
2870
|
* @chrome-permission contentSettings
|
|
2871
|
-
* @chrome-platform chromeos
|
|
2872
|
-
* @chrome-platform linux
|
|
2873
|
-
* @chrome-platform mac
|
|
2874
|
-
* @chrome-platform win
|
|
2875
2871
|
*/
|
|
2876
2872
|
export namespace contentSettings {
|
|
2877
2873
|
|
|
@@ -22260,7 +22256,7 @@ declare namespace chrome {
|
|
|
22260
22256
|
/**
|
|
22261
22257
|
* The ID of the Split View that the tab belongs to.
|
|
22262
22258
|
*
|
|
22263
|
-
* @since Chrome
|
|
22259
|
+
* @since Chrome 140
|
|
22264
22260
|
*/
|
|
22265
22261
|
splitViewId?: number;
|
|
22266
22262
|
|
|
@@ -22445,7 +22441,7 @@ declare namespace chrome {
|
|
|
22445
22441
|
/**
|
|
22446
22442
|
* An ID that represents the absence of a split tab.
|
|
22447
22443
|
*
|
|
22448
|
-
* @since Chrome
|
|
22444
|
+
* @since Chrome 140
|
|
22449
22445
|
*/
|
|
22450
22446
|
export const SPLIT_VIEW_ID_NONE: -1;
|
|
22451
22447
|
|
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": "803efaf774d19682"
|
|
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.421"
|
|
20
20
|
}
|