| 07:06 | <Iliasbhal> | it was just bad code, I don’t know where my head was I pushed this 🫠. It’s now patched 🙏 |
| 07:10 | <Iliasbhal> | Just don’t forget to transpile the code through babel or anything that will replace async/await with Promises instantiated using the global Promise constructor. Otherwise tracking async contexts won’t work, only sync context and the timers will work otherwise. |
| 15:09 | <Andreu Botella> | I see your polyfill patches timers, but not any other web APIs. Is the plan to do that? |
| 15:10 | <Andreu Botella> | See https://github.com/tc39/proposal-async-context/blob/master/WEB-INTEGRATION.md and https://github.com/tc39/proposal-async-context/issues/107 for the current web integration proposal |