On Mar 6, 2013 10:04 PM, "Kevin Smith" <khs4...@gmail.com> wrote:
>
>
>> > 3) There doesn't appear to be a way to provide a dynamically created
module
>> > instance (created via the Module constructor) as the result of the
fetch
>> > hook.  My thought is that such a feature might be useful for
implementing
>> > dynamically linked binary add-on modules in server environments.
>>
>> This is a good thought, and one we've considered.  Note that you can
>> simply dynamically add the module using `System.set` during the fetch
>> hook.
>
>
> This would imply that the result of the fetch hook is ignored if the
module has been installed in the module instance table before the hook
callbacks are executed.  True?

This is the same for all the loader hooks, in fact.

> Also, what is `System` exactly?  The base loader or something else?

Yes, System is the name we've chosen for the default loader.

Sam
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to