Bug 934640 Comment 16 Edit History

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

At the moment, the Storage view and DevTools makes up for this missing functionality by [reading all the databases](https://searchfox.org/mozilla-central/rev/28c8f793f9f8c80de24a179b4472098692a7e9a4/devtools/server/actors/storage.js#3009) in the profile, which could of course break if the storage format changes.

It would be great to replace this once we have a standard way to list databases such as this API.
At the moment, the Storage view in DevTools makes up for this missing functionality by [reading all the databases](https://searchfox.org/mozilla-central/rev/28c8f793f9f8c80de24a179b4472098692a7e9a4/devtools/server/actors/storage.js#3009) in the profile, which could of course break if the storage format changes.

It would be great to replace this once we have a standard way to list databases such as this API.

Back to Bug 934640 Comment 16