@types/serviceworker 0.0.144 → 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 +199 -199
- package/iterable.d.ts +1 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +199 -199
- package/ts5.5/iterable.d.ts +1 -1
- package/ts5.6/index.d.ts +199 -199
- package/ts5.6/iterable.d.ts +1 -1
package/ts5.5/iterable.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ interface IDBDatabase {
|
|
|
99
99
|
|
|
100
100
|
interface IDBObjectStore {
|
|
101
101
|
/**
|
|
102
|
-
* The **`createIndex()`** method of the
|
|
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
|
*/
|