chrome-types 0.1.151 → 0.1.153
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 +6 -5
- package/index.d.ts +6 -5
- 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 Tue Nov
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Nov 29 2022 22:28:34 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at be0028f9d1acfe6dff3ecac64a146ec2aeec1fdb
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -650,8 +650,9 @@ declare namespace chrome {
|
|
|
650
650
|
/**
|
|
651
651
|
* Retrieves the state of whether the extension action is enabled for a tab (or globally if no tab is provided).
|
|
652
652
|
*
|
|
653
|
+
* @chrome-returns-extra since Pending
|
|
653
654
|
* @param tabId The id of the tab for which you want check enabled status.
|
|
654
|
-
* @since
|
|
655
|
+
* @since Chrome 108
|
|
655
656
|
*/
|
|
656
657
|
export function isEnabled(
|
|
657
658
|
|
|
@@ -662,7 +663,7 @@ declare namespace chrome {
|
|
|
662
663
|
* Retrieves the state of whether the extension action is enabled for a tab (or globally if no tab is provided).
|
|
663
664
|
*
|
|
664
665
|
* @param tabId The id of the tab for which you want check enabled status.
|
|
665
|
-
* @since
|
|
666
|
+
* @since Chrome 108
|
|
666
667
|
*/
|
|
667
668
|
export function isEnabled(
|
|
668
669
|
|
|
@@ -13000,7 +13001,7 @@ declare namespace chrome {
|
|
|
13000
13001
|
fetchProperties?: {
|
|
13001
13002
|
|
|
13002
13003
|
/**
|
|
13003
|
-
* The type of view to get. If omitted, returns all views (including background pages and tabs).
|
|
13004
|
+
* The type of view to get. If omitted, returns all views (including background pages and tabs).
|
|
13004
13005
|
*/
|
|
13005
13006
|
type?: ViewType,
|
|
13006
13007
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue Nov
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Nov 29 2022 22:28:29 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at be0028f9d1acfe6dff3ecac64a146ec2aeec1fdb
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -708,8 +708,9 @@ declare namespace chrome {
|
|
|
708
708
|
/**
|
|
709
709
|
* Retrieves the state of whether the extension action is enabled for a tab (or globally if no tab is provided).
|
|
710
710
|
*
|
|
711
|
+
* @chrome-returns-extra since Pending
|
|
711
712
|
* @param tabId The id of the tab for which you want check enabled status.
|
|
712
|
-
* @since
|
|
713
|
+
* @since Chrome 108
|
|
713
714
|
*/
|
|
714
715
|
export function isEnabled(
|
|
715
716
|
|
|
@@ -720,7 +721,7 @@ declare namespace chrome {
|
|
|
720
721
|
* Retrieves the state of whether the extension action is enabled for a tab (or globally if no tab is provided).
|
|
721
722
|
*
|
|
722
723
|
* @param tabId The id of the tab for which you want check enabled status.
|
|
723
|
-
* @since
|
|
724
|
+
* @since Chrome 108
|
|
724
725
|
*/
|
|
725
726
|
export function isEnabled(
|
|
726
727
|
|
|
@@ -9065,7 +9066,7 @@ declare namespace chrome {
|
|
|
9065
9066
|
fetchProperties?: {
|
|
9066
9067
|
|
|
9067
9068
|
/**
|
|
9068
|
-
* The type of view to get. If omitted, returns all views (including background pages and tabs).
|
|
9069
|
+
* The type of view to get. If omitted, returns all views (including background pages and tabs).
|
|
9069
9070
|
*/
|
|
9070
9071
|
type?: ViewType,
|
|
9071
9072
|
|
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": "1d4d03d15f7600e8"
|
|
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.153"
|
|
20
20
|
}
|