From a972d1ab9b43f6642320c6ae8d64f4c41a63a6f2 Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Wed, 4 Sep 2024 11:00:13 +1200 Subject: [PATCH] Clarification --- .../api/storage/storagearea/getbytesinuse/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md b/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md index faaccfa185348ea..9beb8eab831cf8b 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md @@ -24,7 +24,7 @@ let gettingSpace = browser.storage..getBytesInUse( Where `` is one of the storage types — {{WebExtAPIRef("storage.sync", "sync")}}, {{WebExtAPIRef("storage.local", "local")}}, {{WebExtAPIRef("storage.session", "session")}}, or {{WebExtAPIRef("storage.managed", "managed")}}. -In Firefox, `` can't be {{WebExtAPIRef("storage.local")}}, because of [bug 1385832](https://bugzil.la/1385832), and {{WebExtAPIRef("storage.managed")}} isn't supported. +In Firefox, `` can't be {{WebExtAPIRef("storage.local")}}, because of [bug 1385832](https://bugzil.la/1385832). ### Parameters