Background
I'm using session storage in an application I'm writing. I know that sometimes its not supported in very old browsers. In addition I guess there could be browser settings or extensions that can mess with session storage. As in stop something from being retrieved or saved etc. & crash the app.
Question
Can these outlying scenarios crash my app? And is it best to wrap a getSessionStorage in a try catch to gracefully fail?