--

Renderer2::listen() is really opinionated about its callback's return type:

callback: (event: any) => boolean | void

This prevents any async/awaits and Promises inside of the callback... any solutions?

--

--

No responses yet