chrome-types 0.1.115 → 0.1.116
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 -5
- package/index.d.ts +3 -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 Wed Jun 15 2022 22:31:01 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 13faf30b4364e931be6bdcc2ec446135967a5cf1
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1786,12 +1786,10 @@ declare namespace chrome {
|
|
|
1786
1786
|
Specifies IDs of devices that should be active. If either the input or output list is not set, devices in that category are unaffected.
|
|
1787
1787
|
|
|
1788
1788
|
It is an error to pass in a non-existent device ID.
|
|
1789
|
-
|
|
1790
|
-
**NOTE:** While the method signature allows device IDs to be passed as a list of strings, this method of setting active devices is deprecated and should not be relied upon to work. Please use {@link DeviceIdLists} instead.
|
|
1791
1789
|
*/
|
|
1792
1790
|
export function setActiveDevices(
|
|
1793
1791
|
|
|
1794
|
-
ids: DeviceIdLists
|
|
1792
|
+
ids: DeviceIdLists,
|
|
1795
1793
|
|
|
1796
1794
|
callback: () => void,
|
|
1797
1795
|
): void;
|
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 Jun 15 2022 22:30:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 13faf30b4364e931be6bdcc2ec446135967a5cf1
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1037,12 +1037,10 @@ declare namespace chrome {
|
|
|
1037
1037
|
Specifies IDs of devices that should be active. If either the input or output list is not set, devices in that category are unaffected.
|
|
1038
1038
|
|
|
1039
1039
|
It is an error to pass in a non-existent device ID.
|
|
1040
|
-
|
|
1041
|
-
**NOTE:** While the method signature allows device IDs to be passed as a list of strings, this method of setting active devices is deprecated and should not be relied upon to work. Please use {@link DeviceIdLists} instead.
|
|
1042
1040
|
*/
|
|
1043
1041
|
export function setActiveDevices(
|
|
1044
1042
|
|
|
1045
|
-
ids: DeviceIdLists
|
|
1043
|
+
ids: DeviceIdLists,
|
|
1046
1044
|
|
|
1047
1045
|
callback: () => void,
|
|
1048
1046
|
): void;
|
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": "96f19349742ea5b1"
|
|
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.116"
|
|
20
20
|
}
|