Bug 1750934 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

No description provided.
We need to access `StorageManager` in xpcshell tests in bug 1750933 (we need to call the `getDirectory` method as a starting point).
`StorageManager` is normally exposed via `navigator.storage` but `navigator` is not available in xpcshell tests.

Other storage APIs like IndexedDB and Cache API are already exposed like this.

Back to Bug 1750934 Comment 0