---
title: openCursor
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/idbobjectstore/1628928-opencursor
---

# openCursor

## Declaration

```data
IDBRequest openCursor(
    optional IDBKeyRange? range, 
    optional DOMString direction
);
```
