dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
562 stars 69 forks source link

Added the FDBCursor.request accessor. #79

Closed mmacfadden closed 1 year ago

mmacfadden commented 1 year ago

This PR adds the readonly property for the request to the FDBCursor class. This property exists in the spec, but seems to be missing in the implementation:

https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor/request

dumbmatter commented 1 year ago

Thanks! It's in version 4.0.1

mmacfadden commented 1 year ago

Awesome, thanks for the quick turnaround!