You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're considering to use Quill for an application that is used to handle confidential information. Text would be stored in the delta format. So the question is whether it's possible that the stored deltas can contain information that the user thought to be deleted.
A quick test implies that this is not the case and that the deltas contain only the latest version of the plain text and formattings. Is it possible that there are edge cases I've overlooked?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're considering to use Quill for an application that is used to handle confidential information. Text would be stored in the delta format. So the question is whether it's possible that the stored deltas can contain information that the user thought to be deleted.
A quick test implies that this is not the case and that the deltas contain only the latest version of the plain text and formattings. Is it possible that there are edge cases I've overlooked?
Beta Was this translation helpful? Give feedback.
All reactions