| 06:53 | <Iliasbhal> | 👋 Hello team! I wrote another polyfill for this feature. It works a bit differently that the current one, it works only by intrumenting the Promise object. check it out: https://github.com/iliasbhal/simple-async-context. It satifies the test suite in the repo + some extra tests that I added. Let me know what you think ;) |
| 07:15 | <Iliasbhal> | Turns out, they work kind of similary. Few differences here and there:
|
| 07:40 | <Iliasbhal> | Note: We don't programaticaly delete Variable data because otherwise we won't be able access the context from a running timer. |