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
We've historically used self, as that's available in all Web globals. We're now starting to add tests for ShadowRealms, which don't support self, but now globalThis exists. We could change the harness code to support both - maybe even with a fallback to self to keep pre-2020 browsers working.
The text was updated successfully, but these errors were encountered:
We've historically used
self
, as that's available in all Web globals. We're now starting to add tests for ShadowRealms, which don't supportself
, but nowglobalThis
exists. We could change the harness code to support both - maybe even with a fallback toself
to keep pre-2020 browsers working.The text was updated successfully, but these errors were encountered: