Skip to content

Commit

Permalink
Update proposals/storage-get-keys.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
oliverdunk and Rob--W authored Jul 1, 2024
1 parent f1b9207 commit 0c6cea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/storage-get-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ represent significant engineering effort.
## Specification

### Schema

This proposal expands the existing [StorageArea type](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/storage/StorageArea) with a new `getKeys` method:
```ts
interface StorageArea {
getKeys(): Promise<string[]>;
Expand Down

0 comments on commit 0c6cea5

Please sign in to comment.