Storing array content in session storage [duplicate]
问题 This question already has answers here : How do I store an array in localStorage? [duplicate] (6 answers) Storing Objects in HTML5 localStorage (21 answers) Closed 2 years ago . I have data being displayed in a table. I delete a row, I need to hide it until that deletion is also exposed to the backend (It is exposed only after a minute). There is also auto-refresh that happens every 25 seconds, which brings the stale data (only after a minute, updated data is available to the backend). I