Holeheadou92984@lemmy.world to Privacy@lemmy.ml · edit-29 months agoHow is DuckAI able to stores chat conversations?message-squaremessage-square14linkfedilinkarrow-up120arrow-down17file-text
arrow-up113arrow-down1message-squareHow is DuckAI able to stores chat conversations?Holeheadou92984@lemmy.world to Privacy@lemmy.ml · edit-29 months agomessage-square14linkfedilinkfile-text
I’m curious about how DuckAI is able to stores chat conversations. How it is able to store my conversation for over a month?
minus-squarevala@lemmy.dbzer0.comlinkfedilinkarrow-up1·7 months agoProbably uses the localStorage API. https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
Probably uses the
localStorageAPI.https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
thanks!