@types/web 0.0.251 → 0.0.252

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/iterable.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  interface AudioParam {
6
6
  /**
7
- * The **`setValueCurveAtTime()`** method of the following a curve defined by a list of values.
7
+ * The **`setValueCurveAtTime()`** method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
8
8
  *
9
9
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParam/setValueCurveAtTime)
10
10
  */
@@ -193,7 +193,7 @@ interface IDBDatabase {
193
193
 
194
194
  interface IDBObjectStore {
195
195
  /**
196
- * The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
196
+ * The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
197
197
  *
198
198
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
199
199
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.251",
3
+ "version": "0.0.252",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],