chrome-types 0.1.354 → 0.1.355
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 +9 -2
- package/index.d.ts +9 -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 Jun 24 2025 22:33:53 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 07959329033d08f8249fc3fae06673ebef90047b
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -9644,6 +9644,13 @@ declare namespace chrome {
|
|
|
9644
9644
|
*/
|
|
9645
9645
|
export type SystemAudioPreferenceEnum = "include" | "exclude";
|
|
9646
9646
|
|
|
9647
|
+
/**
|
|
9648
|
+
* Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
|
|
9649
|
+
*
|
|
9650
|
+
* @since Pending
|
|
9651
|
+
*/
|
|
9652
|
+
export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
|
|
9653
|
+
|
|
9647
9654
|
/**
|
|
9648
9655
|
* Mirrors [SelfCapturePreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-selfcapturepreferenceenum).
|
|
9649
9656
|
*
|
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 Jun 24 2025 22:33:48 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 07959329033d08f8249fc3fae06673ebef90047b
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -5861,6 +5861,13 @@ declare namespace chrome {
|
|
|
5861
5861
|
*/
|
|
5862
5862
|
export type SystemAudioPreferenceEnum = "include" | "exclude";
|
|
5863
5863
|
|
|
5864
|
+
/**
|
|
5865
|
+
* Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
|
|
5866
|
+
*
|
|
5867
|
+
* @since Pending
|
|
5868
|
+
*/
|
|
5869
|
+
export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
|
|
5870
|
+
|
|
5864
5871
|
/**
|
|
5865
5872
|
* Mirrors [SelfCapturePreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-selfcapturepreferenceenum).
|
|
5866
5873
|
*
|
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": "12360c91c819e84a"
|
|
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.355"
|
|
20
20
|
}
|