chrome-types 0.1.319 → 0.1.320
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 Tue Nov 12 2024 22:32:14 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9c21f54bbc71dd14d2d07b5b48dfe6de57a06e46
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -24654,7 +24654,7 @@ declare namespace chrome {
|
|
|
24654
24654
|
/**
|
|
24655
24655
|
* Open your Extension's options page, if possible.
|
|
24656
24656
|
*
|
|
24657
|
-
* The precise behavior may depend on your manifest's `
|
|
24657
|
+
* The precise behavior may depend on your manifest's [`options_ui`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#embedded_options) or [`options_page`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#full_page) key, or what Chrome happens to support at the time. For example, the page may be opened in a new tab, within chrome://extensions, within an App, or it may just focus an open options page. It will never cause the caller page to reload.
|
|
24658
24658
|
*
|
|
24659
24659
|
* If your Extension does not declare an options page, or Chrome failed to create one for some other reason, the callback will set {@link lastError}.
|
|
24660
24660
|
*
|
|
@@ -24665,7 +24665,7 @@ declare namespace chrome {
|
|
|
24665
24665
|
/**
|
|
24666
24666
|
* Open your Extension's options page, if possible.
|
|
24667
24667
|
*
|
|
24668
|
-
* The precise behavior may depend on your manifest's `
|
|
24668
|
+
* The precise behavior may depend on your manifest's [`options_ui`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#embedded_options) or [`options_page`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#full_page) key, or what Chrome happens to support at the time. For example, the page may be opened in a new tab, within chrome://extensions, within an App, or it may just focus an open options page. It will never cause the caller page to reload.
|
|
24669
24669
|
*
|
|
24670
24670
|
* If your Extension does not declare an options page, or Chrome failed to create one for some other reason, the callback will set {@link lastError}.
|
|
24671
24671
|
*/
|
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 Nov 12 2024 22:32:09 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 9c21f54bbc71dd14d2d07b5b48dfe6de57a06e46
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -19388,7 +19388,7 @@ declare namespace chrome {
|
|
|
19388
19388
|
/**
|
|
19389
19389
|
* Open your Extension's options page, if possible.
|
|
19390
19390
|
*
|
|
19391
|
-
* The precise behavior may depend on your manifest's `
|
|
19391
|
+
* The precise behavior may depend on your manifest's [`options_ui`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#embedded_options) or [`options_page`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#full_page) key, or what Chrome happens to support at the time. For example, the page may be opened in a new tab, within chrome://extensions, within an App, or it may just focus an open options page. It will never cause the caller page to reload.
|
|
19392
19392
|
*
|
|
19393
19393
|
* If your Extension does not declare an options page, or Chrome failed to create one for some other reason, the callback will set {@link lastError}.
|
|
19394
19394
|
*
|
|
@@ -19399,7 +19399,7 @@ declare namespace chrome {
|
|
|
19399
19399
|
/**
|
|
19400
19400
|
* Open your Extension's options page, if possible.
|
|
19401
19401
|
*
|
|
19402
|
-
* The precise behavior may depend on your manifest's `
|
|
19402
|
+
* The precise behavior may depend on your manifest's [`options_ui`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#embedded_options) or [`options_page`](https://developer.chrome.com/docs/extensions/develop/ui/options-page#full_page) key, or what Chrome happens to support at the time. For example, the page may be opened in a new tab, within chrome://extensions, within an App, or it may just focus an open options page. It will never cause the caller page to reload.
|
|
19403
19403
|
*
|
|
19404
19404
|
* If your Extension does not declare an options page, or Chrome failed to create one for some other reason, the callback will set {@link lastError}.
|
|
19405
19405
|
*/
|
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": "bbf685d79b3e273b"
|
|
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.320"
|
|
20
20
|
}
|