1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
✨ Audrey ✨
1e67014158 fix update loop when overwriting state from buffer (#8834) 2024-04-19 13:12:17 -04:00
✨ Audrey ✨
44d59f0d8c [PM-7419] add buffered state (#8706)
Introduces a state manager that buffers data until an observed dependency signals it should 
overwrite another state manager with the buffered data. It can be used to implement 
migrations of encrypted data, edit-apply loops (such as used for save operations), and to 
map between encryption keys/formats.
2024-04-12 13:31:58 -04:00