Re: [w3c/IndexedDB] Add cursor.request (#257)

inexorabletash requested changes on this pull request.

Whoops, forgot 3 things:

* Add "new in this edition" box
* Add bullet to Revision History section
* Add yourself to Acknowledgements

> @@ -4690,6 +4695,9 @@ object is modified, those modifications will be seen by anyone
 inspecting the value of the cursor. However modifying such an object
 does not modify the contents of the database.
 
+The <dfn attribute for=IDBCursor>request</dfn> attribute's getter must
+return the [=cursor/request=] of the [=cursor=].
+

Can you add a "new in this edition" block?

See `databases()` for an example.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/257#pullrequestreview-214132517

Received on Wednesday, 13 March 2019 18:21:28 UTC