chrome-types 0.1.302 → 0.1.303
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 +4 -4
- package/index.d.ts +4 -4
- 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 Wed Sep 11 2024 22:31:07 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 11b0cd2d6c86551d7b15882693aaf6944d397d02
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -8402,7 +8402,7 @@ declare namespace chrome {
|
|
|
8402
8402
|
/**
|
|
8403
8403
|
* The headers provided by a hypothetical response if the request does not get blocked or redirected before it is sent. Represented as an object which maps a header name to a list of string values. If not specified, the hypothetical response would return empty response headers, which can match rules which match on the non-existence of headers. E.g. `{"content-type": ["text/html; charset=utf-8", "multipart/form-data"]}`
|
|
8404
8404
|
*
|
|
8405
|
-
* @since
|
|
8405
|
+
* @since Chrome 129
|
|
8406
8406
|
*/
|
|
8407
8407
|
responseHeaders?: {[name: string]: any};
|
|
8408
8408
|
}
|
|
@@ -10188,7 +10188,7 @@ declare namespace chrome {
|
|
|
10188
10188
|
/**
|
|
10189
10189
|
* Use the `chrome.devtools.performance` API to listen to recording status updates in the Performance panel in DevTools.
|
|
10190
10190
|
*
|
|
10191
|
-
* @since
|
|
10191
|
+
* @since Chrome 129
|
|
10192
10192
|
*/
|
|
10193
10193
|
export namespace devtools.performance {
|
|
10194
10194
|
|
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 Wed Sep 11 2024 22:31:03 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 11b0cd2d6c86551d7b15882693aaf6944d397d02
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -5148,7 +5148,7 @@ declare namespace chrome {
|
|
|
5148
5148
|
/**
|
|
5149
5149
|
* The headers provided by a hypothetical response if the request does not get blocked or redirected before it is sent. Represented as an object which maps a header name to a list of string values. If not specified, the hypothetical response would return empty response headers, which can match rules which match on the non-existence of headers. E.g. `{"content-type": ["text/html; charset=utf-8", "multipart/form-data"]}`
|
|
5150
5150
|
*
|
|
5151
|
-
* @since
|
|
5151
|
+
* @since Chrome 129
|
|
5152
5152
|
*/
|
|
5153
5153
|
responseHeaders?: {[name: string]: any};
|
|
5154
5154
|
}
|
|
@@ -6385,7 +6385,7 @@ declare namespace chrome {
|
|
|
6385
6385
|
/**
|
|
6386
6386
|
* Use the `chrome.devtools.performance` API to listen to recording status updates in the Performance panel in DevTools.
|
|
6387
6387
|
*
|
|
6388
|
-
* @since
|
|
6388
|
+
* @since Chrome 129
|
|
6389
6389
|
*/
|
|
6390
6390
|
export namespace devtools.performance {
|
|
6391
6391
|
|
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": "0875810de5bae041"
|
|
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.303"
|
|
20
20
|
}
|