This repository implements a proof of concept polyfill that enables (emulates) Atomics.wait() to be used on the main thread, without TypeError: Atomics.wait cannot be called in this context. When ...