>
> So how do myLoader know what is the URL of the caller?! I mean:
>
> I want:
>
> /a/*.js
> myLoader.load('test.js')  // load /a/test.js
>
> /b/*.js
> myLoader.load('test.js')  // load /b/test.js
>
> But myFetch get the identical args: ('test.js', myLoader.baseURL)
>

This is a point that I've been meaning to bring up as well.  Thanks for
illustrating it.

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

Reply via email to