IanMitchell/aquarius

Can we create an automatic loading indicator?

IanMitchell opened this issue · 0 comments

  const isAsync = myFunction.constructor.name === "AsyncFunction";

Is it possible to look at the callback, detect an async function, and then do an auto typing indicator I wonder? This has been the source of several bugs, and handling it automatically might be nice.