Skip to content

Instantly share code, notes, and snippets.

@thawkin3
Last active April 3, 2020 20:52
Show Gist options
  • Save thawkin3/b5779bcdc00864cc6d1e5402bef77807 to your computer and use it in GitHub Desktop.
Save thawkin3/b5779bcdc00864cc6d1e5402bef77807 to your computer and use it in GitHub Desktop.
Usage of ES2020 feature globalThis
// assuming you're in a browser
window.alert('Hi from the window!')
globalThis.alert('Hi from globalThis, which is also the window!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment