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 Jul 6, 2025. It is now read-only.
A lot of existing libraries design for Nodejs checking whether it's server side or client side by running typeof window === 'undefined'. But in Deno, window is not undefined.
For example when trying to use typestyle, server will crash with this error message: