---
title: getAllKeys
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/idbindex/2871030-getallkeys
---

# getAllKeys

## Declaration

```data
IDBRequest getAllKeys(
    optional IDBKeyRange? range, 
    optional unsigned long count
);
```
