chrome-types 0.1.349 → 0.1.350
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 +7 -2
- package/index.d.ts +7 -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 Tue May 13 2025 10:59:58 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -10234,9 +10234,14 @@ declare namespace chrome {
|
|
|
10234
10234
|
|
|
10235
10235
|
/**
|
|
10236
10236
|
* @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
|
|
10237
|
+
* @param lineNumber Specifies the line number within the resource that was clicked.
|
|
10237
10238
|
*/
|
|
10238
10239
|
callback?: (
|
|
10239
10240
|
resource: devtools.inspectedWindow.Resource,
|
|
10241
|
+
/**
|
|
10242
|
+
* @since Pending
|
|
10243
|
+
*/
|
|
10244
|
+
lineNumber: number,
|
|
10240
10245
|
) => void,
|
|
10241
10246
|
): void;
|
|
10242
10247
|
|
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 May 13 2025 10:59:53 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e3687ca9aaa4383bd3200f5fd056fa07a90b6954
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -6444,9 +6444,14 @@ declare namespace chrome {
|
|
|
6444
6444
|
|
|
6445
6445
|
/**
|
|
6446
6446
|
* @param resource A {@link devtools.inspectedWindow.Resource} object for the resource that was clicked.
|
|
6447
|
+
* @param lineNumber Specifies the line number within the resource that was clicked.
|
|
6447
6448
|
*/
|
|
6448
6449
|
callback?: (
|
|
6449
6450
|
resource: devtools.inspectedWindow.Resource,
|
|
6451
|
+
/**
|
|
6452
|
+
* @since Pending
|
|
6453
|
+
*/
|
|
6454
|
+
lineNumber: number,
|
|
6450
6455
|
) => void,
|
|
6451
6456
|
): void;
|
|
6452
6457
|
|
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": "5adafb56a337a092"
|
|
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.350"
|
|
20
20
|
}
|