chrome-types 0.1.317 → 0.1.319
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 +30 -2
- package/index.d.ts +30 -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 Mon Nov 11 2024 22:31:15 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 00286af3592f11a16ef120d0213b361c39a63720
|
|
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
|
*
|
|
@@ -30812,6 +30819,13 @@ declare namespace chrome {
|
|
|
30812
30819
|
*/
|
|
30813
30820
|
audible?: boolean,
|
|
30814
30821
|
|
|
30822
|
+
/**
|
|
30823
|
+
* The tab's new frozen state.
|
|
30824
|
+
*
|
|
30825
|
+
* @since Pending
|
|
30826
|
+
*/
|
|
30827
|
+
frozen?: boolean,
|
|
30828
|
+
|
|
30815
30829
|
/**
|
|
30816
30830
|
* The tab's new discarded state.
|
|
30817
30831
|
*
|
|
@@ -31415,6 +31429,13 @@ declare namespace chrome {
|
|
|
31415
31429
|
*/
|
|
31416
31430
|
highlighted?: boolean,
|
|
31417
31431
|
|
|
31432
|
+
/**
|
|
31433
|
+
* 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.
|
|
31434
|
+
*
|
|
31435
|
+
* @since Pending
|
|
31436
|
+
*/
|
|
31437
|
+
frozen?: boolean,
|
|
31438
|
+
|
|
31418
31439
|
/**
|
|
31419
31440
|
* 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
31441
|
*
|
|
@@ -31514,6 +31535,13 @@ declare namespace chrome {
|
|
|
31514
31535
|
*/
|
|
31515
31536
|
highlighted?: boolean,
|
|
31516
31537
|
|
|
31538
|
+
/**
|
|
31539
|
+
* 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.
|
|
31540
|
+
*
|
|
31541
|
+
* @since Pending
|
|
31542
|
+
*/
|
|
31543
|
+
frozen?: boolean,
|
|
31544
|
+
|
|
31517
31545
|
/**
|
|
31518
31546
|
* 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
31547
|
*
|
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 Mon Nov 11 2024 22:31:10 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 00286af3592f11a16ef120d0213b361c39a63720
|
|
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
|
*
|
|
@@ -24010,6 +24017,13 @@ declare namespace chrome {
|
|
|
24010
24017
|
*/
|
|
24011
24018
|
audible?: boolean,
|
|
24012
24019
|
|
|
24020
|
+
/**
|
|
24021
|
+
* The tab's new frozen state.
|
|
24022
|
+
*
|
|
24023
|
+
* @since Pending
|
|
24024
|
+
*/
|
|
24025
|
+
frozen?: boolean,
|
|
24026
|
+
|
|
24013
24027
|
/**
|
|
24014
24028
|
* The tab's new discarded state.
|
|
24015
24029
|
*
|
|
@@ -24465,6 +24479,13 @@ declare namespace chrome {
|
|
|
24465
24479
|
*/
|
|
24466
24480
|
highlighted?: boolean,
|
|
24467
24481
|
|
|
24482
|
+
/**
|
|
24483
|
+
* 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.
|
|
24484
|
+
*
|
|
24485
|
+
* @since Pending
|
|
24486
|
+
*/
|
|
24487
|
+
frozen?: boolean,
|
|
24488
|
+
|
|
24468
24489
|
/**
|
|
24469
24490
|
* 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
24491
|
*
|
|
@@ -24564,6 +24585,13 @@ declare namespace chrome {
|
|
|
24564
24585
|
*/
|
|
24565
24586
|
highlighted?: boolean,
|
|
24566
24587
|
|
|
24588
|
+
/**
|
|
24589
|
+
* 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.
|
|
24590
|
+
*
|
|
24591
|
+
* @since Pending
|
|
24592
|
+
*/
|
|
24593
|
+
frozen?: boolean,
|
|
24594
|
+
|
|
24567
24595
|
/**
|
|
24568
24596
|
* 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
24597
|
*
|
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": "d82c231e89b7003f"
|
|
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.319"
|
|
20
20
|
}
|