Links
My Bug Bounty Writeups: https://svennergr.github.io/writeups
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseMy Bug Bounty Writeups: https://svennergr.github.io/writeups
globalThis rather than window
Description
This PR changes the GlobalObject to be computed from globalThis, global and self, rather than sticking to global if window is not defined.