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
For better compat with web-based modules, we need window. For example, xterm-headless relies on checking for this prop. Make globalThis be an instance of the Window class.
For better compat with web-based modules, we need
window
. For example,xterm-headless
relies on checking for this prop. MakeglobalThis
be an instance of theWindow
class.https://developer.mozilla.org/en-US/docs/Web/API/Window
The text was updated successfully, but these errors were encountered: