---
title: openCursor
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/idbindex/1631194-opencursor
---

# openCursor

## Declaration

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