Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: import() to return a promise #7

Open
cekvenich opened this issue Sep 12, 2019 · 0 comments
Open

feature request: import() to return a promise #7

cekvenich opened this issue Sep 12, 2019 · 0 comments

Comments

@cekvenich
Copy link

cekvenich commented Sep 12, 2019

eg:

function imp(moduleJs) {
  depp.define({moduleJs:moduleJs})
  return new Promise(function (resolve, reject) {
    depp.require(moduleJs, function () {
      resolve('OK')
    })
  })//pro
}//()

Something like this would return a promise after a script is loaded (without having to name the script). Of course it may need a promise polyfill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant