Bug 1860490 Comment 8 Edit History

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

DevTools still show the same two errors from comment 0, too, FWIW.

Presumably the error about `storage.StorageArea.remove. undefined` corresponds to this line from the regressing commit:
```
     case 'getSerializedDoc':
       let doc = await browser.storage.session.get(message.id);
       browser.storage.session.remove(message.id);
```
https://github.com/boek/firefox-android/blob/f901e9b2ac19278578facfd0af298122f1d74753/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview-background.js#L15
DevTools still show the same two errors from comment 0 in that debug build, too, FWIW.

Presumably the error about `storage.StorageArea.remove. undefined` corresponds to this line from the regressing commit:
```
     case 'getSerializedDoc':
       let doc = await browser.storage.session.get(message.id);
       browser.storage.session.remove(message.id);
```
https://github.com/boek/firefox-android/blob/f901e9b2ac19278578facfd0af298122f1d74753/android-components/components/feature/readerview/src/main/assets/extensions/readerview/readerview-background.js#L15

Back to Bug 1860490 Comment 8