chrome-types 0.1.291 → 0.1.293
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 +5 -5
- package/index.d.ts +5 -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 Wed Jul
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Jul 17 2024 22:30:30 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 92f879411c933c204c10dbd6f88a075e0caf9ee4
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -681,7 +681,7 @@ declare namespace chrome {
|
|
|
681
681
|
* Opens the extension's popup. Between Chrome 118 and Chrome 126, this is only available to policy installed extensions.
|
|
682
682
|
*
|
|
683
683
|
* @param options Specifies options for opening the popup.
|
|
684
|
-
* @since
|
|
684
|
+
* @since Chrome 127
|
|
685
685
|
*/
|
|
686
686
|
export function openPopup(
|
|
687
687
|
|
|
@@ -692,7 +692,7 @@ declare namespace chrome {
|
|
|
692
692
|
* Opens the extension's popup. Between Chrome 118 and Chrome 126, this is only available to policy installed extensions.
|
|
693
693
|
*
|
|
694
694
|
* @param options Specifies options for opening the popup.
|
|
695
|
-
* @since
|
|
695
|
+
* @since Chrome 127
|
|
696
696
|
*/
|
|
697
697
|
export function openPopup(
|
|
698
698
|
|
|
@@ -34619,7 +34619,7 @@ declare namespace chrome {
|
|
|
34619
34619
|
extension_ids?: string[];
|
|
34620
34620
|
|
|
34621
34621
|
/**
|
|
34622
|
-
* If true, the web accessible resources will only be accessible through a dynamic ID. This is an identifier that uniquely identifies the extension and is generated each session. The corresponding dynamic extension URL is available through {@link runtime.getURL}.
|
|
34622
|
+
* If true, the web accessible resources will only be accessible through a dynamic ID. This is an identifier that uniquely identifies the extension and is generated each session. The corresponding dynamic extension URL is available through {@link runtime.getURL}. Dynamic resources can be loaded regardless of the value. However, if true, resources must be can only be loaded using the dynamic URL.
|
|
34623
34623
|
*/
|
|
34624
34624
|
use_dynamic_url?: boolean;
|
|
34625
34625
|
}
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Wed Jul
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Jul 17 2024 22:30:26 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 92f879411c933c204c10dbd6f88a075e0caf9ee4
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -739,7 +739,7 @@ declare namespace chrome {
|
|
|
739
739
|
* Opens the extension's popup. Between Chrome 118 and Chrome 126, this is only available to policy installed extensions.
|
|
740
740
|
*
|
|
741
741
|
* @param options Specifies options for opening the popup.
|
|
742
|
-
* @since
|
|
742
|
+
* @since Chrome 127
|
|
743
743
|
*/
|
|
744
744
|
export function openPopup(
|
|
745
745
|
|
|
@@ -750,7 +750,7 @@ declare namespace chrome {
|
|
|
750
750
|
* Opens the extension's popup. Between Chrome 118 and Chrome 126, this is only available to policy installed extensions.
|
|
751
751
|
*
|
|
752
752
|
* @param options Specifies options for opening the popup.
|
|
753
|
-
* @since
|
|
753
|
+
* @since Chrome 127
|
|
754
754
|
*/
|
|
755
755
|
export function openPopup(
|
|
756
756
|
|
|
@@ -27437,7 +27437,7 @@ declare namespace chrome {
|
|
|
27437
27437
|
extension_ids?: string[];
|
|
27438
27438
|
|
|
27439
27439
|
/**
|
|
27440
|
-
* If true, the web accessible resources will only be accessible through a dynamic ID. This is an identifier that uniquely identifies the extension and is generated each session. The corresponding dynamic extension URL is available through {@link runtime.getURL}.
|
|
27440
|
+
* If true, the web accessible resources will only be accessible through a dynamic ID. This is an identifier that uniquely identifies the extension and is generated each session. The corresponding dynamic extension URL is available through {@link runtime.getURL}. Dynamic resources can be loaded regardless of the value. However, if true, resources must be can only be loaded using the dynamic URL.
|
|
27441
27441
|
*/
|
|
27442
27442
|
use_dynamic_url?: boolean;
|
|
27443
27443
|
}
|
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": "cec6d1e91412c1d4"
|
|
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.293"
|
|
20
20
|
}
|