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
Historically we've supported old platforms with a variety of fallback
options for determining a global object. However, our use of
Function('return this') is essentially an eval, which causes issues
for strict CSP.
On consulation with other teams, we think we can just rely on
globalThis at this point in time.
0 commit comments