Will console-importer support return a promise?
Closed this issue · 1 comments
jinglen commented
Sometime need hold wait before import success, like this.
async () => {
await $i('jszip')
}
pd4d10 commented
Added $i.esm()
method to implement this, see https://github.com/pd4d10/console-importer#import-es-module
Launched in v2.1.0, which is waiting for review.