Files
lime/templates/html5
Joseph Cloutier 2874ac9cab Use globalThis.
It's designed to solve exactly this problem, and has been universally available since 2020.

The most likely scenario for `globalThis` to fail is if the user is stuck with an old browser, in which case `self` will be available. `window` will be too, but `self` also works in web workers.
2024-06-10 14:26:46 -04:00
..
2019-04-15 13:59:18 -07:00
2013-11-28 01:23:25 -03:30
2024-06-10 14:26:46 -04:00