You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2018. It is now read-only.
The current package explicitly requires global window automatically breaking applications performing operations on SSR (Server Side Rendering) that doesn't provide jsdom.
Would be cool having that not automatically getting window before it's called, or even add support to show "useragent" as "node version" when it's running on nodejs.
The current package explicitly requires global
windowautomatically breaking applications performing operations on SSR (Server Side Rendering) that doesn't provide jsdom.Would be cool having that not automatically getting window before it's called, or even add support to show "useragent" as "node version" when it's running on nodejs.