@types/chrome 0.0.284 → 0.0.285

Sign up to get free protection for your applications and to get access to all the features.
chrome/index.d.ts CHANGED
@@ -9,16 +9,16 @@ interface Window {
9
9
  chrome: typeof chrome;
10
10
  }
11
11
 
12
- ////////////////////
13
- // Accessibility Features
14
- ////////////////////
15
- /**
16
- * Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting prototype of the type API for getting and setting individual accessibility features. In order to get feature states the extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read permission.
17
- * @since Chrome 37
18
- * Permissions: "accessibilityFeatures.read"
19
- * Important: This API works only on Chrome OS.
20
- */
21
12
  declare namespace chrome {
13
+ ////////////////////
14
+ // Accessibility Features
15
+ ////////////////////
16
+ /**
17
+ * Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting prototype of the type API for getting and setting individual accessibility features. In order to get feature states the extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read permission.
18
+ * @since Chrome 37
19
+ * Permissions: "accessibilityFeatures.read"
20
+ * Important: This API works only on Chrome OS.
21
+ */
22
22
  export namespace accessibilityFeatures {
23
23
  /** **ChromeOS only.** Spoken feedback (text-to-speech). */
24
24
  export var spokenFeedback: chrome.types.ChromeSetting;
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.284",
3
+ "version": "0.0.285",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -99,6 +99,6 @@
99
99
  "@types/har-format": "*"
100
100
  },
101
101
  "peerDependencies": {},
102
- "typesPublisherContentHash": "94e9f32b5fa4849ca6facdd2cf8537684187fc31a38b4cba2d72df156e982a80",
103
- "typeScriptVersion": "4.9"
102
+ "typesPublisherContentHash": "66fb26687dceac5efaa411cb4031c78b60de7d7b07397a88be43a0e783553f8e",
103
+ "typeScriptVersion": "5.0"
104
104
  }