| 17:13 | <Phil> | Does this work in Bun, Deno, Node and the Web? |
| 22:57 | <Phil> | I wrote a package that now depends on your package: https://code.foss.global/push.rocks/smartcontext, but it does not seem to work in Chrome? Node works though. |
| 22:57 | <Phil> | I'm getting ReferenceError: setImmediate is not defined |
| 23:03 | <Phil> | https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate |
| 23:03 | <Phil> | Seems like it can be replaced with setTimeout? |
| 23:03 | <Phil> | Or are there any caveats for the way simple-async-context works? |
| 23:27 | <Phil> | updated it a bit to better reflect the idea of async context. |