Forum Discussion
Local Storage question
- 27 days ago
localStorage.clear() removes all key/value pairs for the current origin (domain + protocol + port). It does not clear local storage for other domains or other websites. In other words: if your Rise course and all associated Storyline content (multiple learning packages) are served from the same domain, then localStorage.clear() will remove all local storage items for that domain, including any other courses or assets saved previously.
localStorage.clear() removes all key/value pairs for the current origin (domain + protocol + port). It does not clear local storage for other domains or other websites. In other words: if your Rise course and all associated Storyline content (multiple learning packages) are served from the same domain, then localStorage.clear() will remove all local storage items for that domain, including any other courses or assets saved previously.