diff --git a/index.html b/index.html index 4eedd57..df75321 100644 --- a/index.html +++ b/index.html @@ -2632,7 +2632,7 @@

Index

This method runs the steps for asynchronously executing a request and returns the IDBRequest created by these steps. The steps are run with this - IDBObjectStore as source and the steps for iterating a cursor as operation, + IDBIndex as source and the steps for iterating a cursor as operation, using the created cursor as cursor and with undefined as key

@@ -2657,7 +2657,7 @@

Index

Otherwise, this method runs the steps for asynchronously executing a request and returns the IDBRequest created by these steps. The steps are run with this - IDBObjectStore as source and the steps for retrieving a referenced value from an + IDBIndex as source and the steps for retrieving a referenced value from an index as operation, using this IDBIndex as index and the key parameter as key.

@@ -2691,7 +2691,7 @@

Index

Otherwise, this method runs the steps for asynchronously executing a request and returns the IDBRequest created by these steps. The steps are run with this - IDBObjectStore as source and the steps for retrieving a value from an + IDBIndex as source and the steps for retrieving a value from an index as operation, using this IDBIndex as index and the key parameter as key.

@@ -4302,7 +4302,13 @@

Revision History