From 0c6cea55d74c5d1a0b1b7299af10721540113a85 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Mon, 1 Jul 2024 16:35:12 +0100 Subject: [PATCH] Update proposals/storage-get-keys.md Co-authored-by: Rob Wu --- proposals/storage-get-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/storage-get-keys.md b/proposals/storage-get-keys.md index 50b5804a..ad54c620 100644 --- a/proposals/storage-get-keys.md +++ b/proposals/storage-get-keys.md @@ -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;