@types/serviceworker 0.0.144 → 0.0.146

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