Using http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders to give feedback on.
1) There should be a way to opt into CORS for cross-origin remote script debugging. 2) I think we should force utf-8 decoding on these new types of resources just as we do with workers and anything else that's new and text. 3) The request.redirect() callback should be invoked with an absolute URL. No need to leave resolving the URL correctly up to developers. 3a) Why are redirects up to the developer however? Every other part of the platform handles them automatically. -- http://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

