global: object = ...

The global object. This will be the window object when running in a browser and the global object when running in nodejs and self when running in a worker.