@types/serviceworker 0.0.143 → 0.0.145
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 +274 -214
- package/iterable.d.ts +1 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +274 -214
- package/ts5.5/iterable.d.ts +1 -1
- package/ts5.6/index.d.ts +274 -214
- package/ts5.6/iterable.d.ts +1 -1
package/ts5.6/iterable.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ interface IDBDatabase {
|
|
|
107
107
|
|
|
108
108
|
interface IDBObjectStore {
|
|
109
109
|
/**
|
|
110
|
-
* The **`createIndex()`** method of the
|
|
110
|
+
* The **`createIndex()`** method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database.
|
|
111
111
|
*
|
|
112
112
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
|
|
113
113
|
*/
|