Closed bennobuilder closed 3 years ago
No
Make the Computed Class accept an async compute method.
const MY_COMPUTED = App.createComputed(() => { await xyz; });
no
🆕 Feature Request
❓ Is your feature request related to a problem?
No
📄 Describe the solution you'd like
Make the Computed Class accept an async compute method.
📃 Describe alternatives you've considered
no