chrome-types 0.1.229 → 0.1.231
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 -5
- package/index.d.ts +5 -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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Aug 31 2023 22:29:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at cd715fdb98572d1150dec612a31dff560090d697
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -7781,7 +7781,7 @@ declare namespace chrome {
|
|
|
7781
7781
|
regexFilter?: string;
|
|
7782
7782
|
|
|
7783
7783
|
/**
|
|
7784
|
-
* Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is
|
|
7784
|
+
* Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is false.
|
|
7785
7785
|
*/
|
|
7786
7786
|
isUrlFilterCaseSensitive?: boolean;
|
|
7787
7787
|
|
|
@@ -29302,14 +29302,14 @@ declare namespace chrome {
|
|
|
29302
29302
|
): void;
|
|
29303
29303
|
|
|
29304
29304
|
/**
|
|
29305
|
-
* Gets the tab that this script call is being made from.
|
|
29305
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
29306
29306
|
*
|
|
29307
29307
|
* @chrome-returns-extra since Chrome 88
|
|
29308
29308
|
*/
|
|
29309
29309
|
export function getCurrent(): Promise<Tab | undefined>;
|
|
29310
29310
|
|
|
29311
29311
|
/**
|
|
29312
|
-
* Gets the tab that this script call is being made from.
|
|
29312
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
29313
29313
|
*/
|
|
29314
29314
|
export function getCurrent(
|
|
29315
29315
|
|
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 Thu Aug 31 2023 22:29:49 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at cd715fdb98572d1150dec612a31dff560090d697
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -4527,7 +4527,7 @@ declare namespace chrome {
|
|
|
4527
4527
|
regexFilter?: string;
|
|
4528
4528
|
|
|
4529
4529
|
/**
|
|
4530
|
-
* Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is
|
|
4530
|
+
* Whether the `urlFilter` or `regexFilter` (whichever is specified) is case sensitive. Default is false.
|
|
4531
4531
|
*/
|
|
4532
4532
|
isUrlFilterCaseSensitive?: boolean;
|
|
4533
4533
|
|
|
@@ -22510,14 +22510,14 @@ declare namespace chrome {
|
|
|
22510
22510
|
): void;
|
|
22511
22511
|
|
|
22512
22512
|
/**
|
|
22513
|
-
* Gets the tab that this script call is being made from.
|
|
22513
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
22514
22514
|
*
|
|
22515
22515
|
* @chrome-returns-extra since Chrome 88
|
|
22516
22516
|
*/
|
|
22517
22517
|
export function getCurrent(): Promise<Tab | undefined>;
|
|
22518
22518
|
|
|
22519
22519
|
/**
|
|
22520
|
-
* Gets the tab that this script call is being made from.
|
|
22520
|
+
* Gets the tab that this script call is being made from. Returns `undefined` if called from a non-tab context (for example, a background page or popup view).
|
|
22521
22521
|
*/
|
|
22522
22522
|
export function getCurrent(
|
|
22523
22523
|
|
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": "b811888e408f0eac"
|
|
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.231"
|
|
20
20
|
}
|