chrome-types 0.1.380 → 0.1.381
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 +3 -3
- package/index.d.ts +3 -3
- 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 Oct 06 2025 22:32:08 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a69efc98145478eff78ced34ea89ff8635f01507
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -7919,7 +7919,7 @@ declare namespace chrome {
|
|
|
7919
7919
|
/**
|
|
7920
7920
|
* This describes the possible operations for a "modifyHeaders" rule.
|
|
7921
7921
|
*
|
|
7922
|
-
* @chrome-enum "append" Adds a new entry for the specified header.
|
|
7922
|
+
* @chrome-enum "append" Adds a new entry for the specified header. When modifying the headers of a request, this operation is only supported for [specific headers](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#header_modification).
|
|
7923
7923
|
* @chrome-enum "set" Sets a new value for the specified header, removing any existing headers with the same name.
|
|
7924
7924
|
* @chrome-enum "remove" Removes all entries for the specified header.
|
|
7925
7925
|
* @since Chrome 86
|
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 Oct 06 2025 22:32:03 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at a69efc98145478eff78ced34ea89ff8635f01507
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -4671,7 +4671,7 @@ declare namespace chrome {
|
|
|
4671
4671
|
/**
|
|
4672
4672
|
* This describes the possible operations for a "modifyHeaders" rule.
|
|
4673
4673
|
*
|
|
4674
|
-
* @chrome-enum "append" Adds a new entry for the specified header.
|
|
4674
|
+
* @chrome-enum "append" Adds a new entry for the specified header. When modifying the headers of a request, this operation is only supported for [specific headers](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#header_modification).
|
|
4675
4675
|
* @chrome-enum "set" Sets a new value for the specified header, removing any existing headers with the same name.
|
|
4676
4676
|
* @chrome-enum "remove" Removes all entries for the specified header.
|
|
4677
4677
|
* @since Chrome 86
|
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": "56443cb13c3e9b2c"
|
|
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.381"
|
|
20
20
|
}
|