Closed thalesmello closed 7 years ago
I'm tracking this issue in the repository for the NEL package. See this issue.
I'm about to publish an update that implements display_data. I'll work on Promises in outputs next.
I'm closing this issue. Please, continue the discussion in the NEL issue.
Every time the returned object is a promise, I propose we wait the promise to complete before fetching the result by default.
For example, instead of:
We could have:
The idea is that we would have it await by default.
What do you think?