Fork me on GitHub
#scittle
<
2024-04-08
>
chromalchemy23:04:42

I am trying to get familiar with promises and async behavior and using Promesa (in scittle). I am able to load and use promesa.core. Are other Promesa namespaces available? like https://funcool.github.io/promesa/latest/promesa.exec.html I get error like “Could not find namespace promesa.exec.\” if I require that.

chromalchemy00:04:59

Also could not use p/await "Could not resolve symbol: p/await!\"

borkdude06:04:10

promesa.core is all you need

borkdude06:04:40

await is kinda useless in JS, don't bother with it

👍 1