@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/README.md +1 -1
- package/index.d.ts +538 -538
- package/iterable.d.ts +2 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +538 -538
- package/ts5.5/iterable.d.ts +2 -2
- package/ts5.6/index.d.ts +538 -538
- package/ts5.6/iterable.d.ts +2 -2
package/ts5.6/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
|
|
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
|
*/
|