On Tue, Apr 9, 2013 at 4:03 PM, David Bruant <[email protected]> wrote: > Following CORS for module imports would make fetching a module require 2 > HTTP round-trips (one for the pre-flight IIUC) which is a bummer for > performance.
False. That's only the case if you can set custom headers for module loads and they would use anything but the HTTP GET method, neither of which should be the case (at least by default). -- http://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

