Loading request...
The user requests support for Server-Side Rendering (SSR) to avoid errors like `self is not designed` and improve compatibility with server-rendered applications. The user suggests that the library should at least return gracefully if there is no window reference available.
I think this should be a primary requirement given the rise in server rendered applications. Currently this is incompatible, as it will always throw `self is not designed` regardless of how you set it up. It doesn't have to actually WORK on the server, just return if there is no window reference available