I have a draft that sync `SessionStorageCache`'s write operations to the parent process per stable state asynchronous. It uses `LSValue`, and `LSWriteOptimizer` so that the size of IPC messages should be reduced. I will update the patch once I polish the patch.
Bug 1654080 Comment 14 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I have a draft that sync `SessionStorageCache`'s write operations (`SetItem`, `RemoveItem`, and `Claer`) to the parent process per stable state asynchronous. So that the parent process has copies of `SessionStorageCache`s. It uses `LSValue`, and `LSWriteOptimizer` so that the size of IPC messages should be reduced. I will update the patch once I polish the patch.
I have a draft that sync `SessionStorageCache`'s write operations (`SetItem`, `RemoveItem`, and `Clear`) to the parent process per stable state asynchronous. So that the parent process has copies of `SessionStorageCache`s. It uses `LSValue`, and `LSWriteOptimizer` so that the size of IPC messages should be reduced. I will update the patch once I polish the patch.