http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders

When you import a module programmatically, you have an error callback:

     Loader.prototype.import( name, callback, errback, referer = null )

How do you handle errors when you import declaratively? I’d expect by 
registering an event listener with the current loader, but haven’t found 
anything in the loader API.

Axel

-- 
Dr. Axel Rauschmayer
[email protected]

home: rauschma.de
twitter: twitter.com/rauschma
blog: 2ality.com

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to