Hey, I might need to download a bundle containing a service when resolving it so I need a way to .get asynchronously and have async factories (like in InversifyJS for example).
Alternatively if plugins could return a Promise I guess that would also work for this use case.
Hey, I might need to download a bundle containing a service when resolving it so I need a way to
.getasynchronously and have async factories (like in InversifyJS for example).Alternatively if plugins could return a Promise I guess that would also work for this use case.