chrome-types 0.1.317 → 0.1.318
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 +23 -2
- package/index.d.ts +23 -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 Fri Nov 08 2024 22:31:01 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at c21dbaf65dac7f45d0c60ada30be720b95b66b4c
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -30630,6 +30630,13 @@ declare namespace chrome {
|
|
|
30630
30630
|
*/
|
|
30631
30631
|
audible?: boolean;
|
|
30632
30632
|
|
|
30633
|
+
/**
|
|
30634
|
+
* Whether the tab is frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
30635
|
+
*
|
|
30636
|
+
* @since Pending
|
|
30637
|
+
*/
|
|
30638
|
+
frozen: boolean;
|
|
30639
|
+
|
|
30633
30640
|
/**
|
|
30634
30641
|
* Whether the tab is discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
30635
30642
|
*
|
|
@@ -31415,6 +31422,13 @@ declare namespace chrome {
|
|
|
31415
31422
|
*/
|
|
31416
31423
|
highlighted?: boolean,
|
|
31417
31424
|
|
|
31425
|
+
/**
|
|
31426
|
+
* Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
31427
|
+
*
|
|
31428
|
+
* @since Pending
|
|
31429
|
+
*/
|
|
31430
|
+
frozen?: boolean,
|
|
31431
|
+
|
|
31418
31432
|
/**
|
|
31419
31433
|
* Whether the tabs are discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
31420
31434
|
*
|
|
@@ -31514,6 +31528,13 @@ declare namespace chrome {
|
|
|
31514
31528
|
*/
|
|
31515
31529
|
highlighted?: boolean,
|
|
31516
31530
|
|
|
31531
|
+
/**
|
|
31532
|
+
* Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
31533
|
+
*
|
|
31534
|
+
* @since Pending
|
|
31535
|
+
*/
|
|
31536
|
+
frozen?: boolean,
|
|
31537
|
+
|
|
31517
31538
|
/**
|
|
31518
31539
|
* Whether the tabs are discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
31519
31540
|
*
|
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 Fri Nov 08 2024 22:30:56 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at c21dbaf65dac7f45d0c60ada30be720b95b66b4c
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -23828,6 +23828,13 @@ declare namespace chrome {
|
|
|
23828
23828
|
*/
|
|
23829
23829
|
audible?: boolean;
|
|
23830
23830
|
|
|
23831
|
+
/**
|
|
23832
|
+
* Whether the tab is frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
23833
|
+
*
|
|
23834
|
+
* @since Pending
|
|
23835
|
+
*/
|
|
23836
|
+
frozen: boolean;
|
|
23837
|
+
|
|
23831
23838
|
/**
|
|
23832
23839
|
* Whether the tab is discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
23833
23840
|
*
|
|
@@ -24465,6 +24472,13 @@ declare namespace chrome {
|
|
|
24465
24472
|
*/
|
|
24466
24473
|
highlighted?: boolean,
|
|
24467
24474
|
|
|
24475
|
+
/**
|
|
24476
|
+
* Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
24477
|
+
*
|
|
24478
|
+
* @since Pending
|
|
24479
|
+
*/
|
|
24480
|
+
frozen?: boolean,
|
|
24481
|
+
|
|
24468
24482
|
/**
|
|
24469
24483
|
* Whether the tabs are discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
24470
24484
|
*
|
|
@@ -24564,6 +24578,13 @@ declare namespace chrome {
|
|
|
24564
24578
|
*/
|
|
24565
24579
|
highlighted?: boolean,
|
|
24566
24580
|
|
|
24581
|
+
/**
|
|
24582
|
+
* Whether the tabs are frozen. A frozen tab cannot execute tasks, including event handlers or timers. It is visible in the tab strip and its content is loaded in memory. It is unfrozen on activation.
|
|
24583
|
+
*
|
|
24584
|
+
* @since Pending
|
|
24585
|
+
*/
|
|
24586
|
+
frozen?: boolean,
|
|
24587
|
+
|
|
24567
24588
|
/**
|
|
24568
24589
|
* Whether the tabs are discarded. A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content is reloaded the next time it is activated.
|
|
24569
24590
|
*
|
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": "9cceb3396df3c9ba"
|
|
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.318"
|
|
20
20
|
}
|