Skip to content

Commit 79c2047

Browse files
authored
Remove reference to closed bug 1385832 (#41618)
1 parent d469251 commit 79c2047

File tree

1 file changed

+0
-2
lines changed
  • files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse

1 file changed

+0
-2
lines changed

files/en-us/mozilla/add-ons/webextensions/api/storage/storagearea/getbytesinuse/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ let gettingSpace = browser.storage.<storageType>.getBytesInUse(
2828

2929
Where `<storageType>` is one of the storage types — {{WebExtAPIRef("storage.sync", "sync")}}, {{WebExtAPIRef("storage.local", "local")}}, {{WebExtAPIRef("storage.session", "session")}}, or {{WebExtAPIRef("storage.managed", "managed")}}.
3030

31-
In Firefox, `<storageType>` can't be {{WebExtAPIRef("storage.local")}}, because of [bug 1385832](https://bugzil.la/1385832).
32-
3331
### Parameters
3432

3533
- `keys`

0 commit comments

Comments
 (0)