window
window
is an alias for globalThis
, as defined in Web specifications.
The use of globalThis
is recommended over window
.
window
is an alias for globalThis
, as defined in Web specifications.
The use of globalThis
is recommended over window
.