some question about module loaders
# Sam Tobin-Hochstadt (15 years ago)
On Wed, Dec 22, 2010 at 11:13 PM, LungZeno <lungzenoopen+es4 at gmail.com> wrote:
I have read strawman:module_loaders
Which is src in evalScript(src : String) : any; url or source code? Can programmer eval code through ModuleLoader like eval operator?
es-discuss mailing list es-discuss at mozilla.org, mail.mozilla.org/listinfo/es-discuss
src' is source code here. In all of the
evalX', the `src' argument
refers to source code strings or some collection of such strings.
I have read strawman:module_loaders
Which is src in evalScript(src : String) : any; url or source code? Can programmer eval code through ModuleLoader like eval operator?