@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.
@@ -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
  */
@@ -185,7 +185,7 @@ interface IDBDatabase {
185
185
 
186
186
  interface IDBObjectStore {
187
187
  /**
188
- * The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
188
+ * The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
189
189
  *
190
190
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
191
191
  */