On Sep 10, 7:31 am, batman42ca <[email protected]> wrote:
> Is there a way to configure either firefox or firebug to report when a
> javascript file failed to load?
>
> What I mean by this is that I want it to be obvious to me, right away,
> if the following statement has failed:
>
> <SCRIPT TYPE="text/javascript" SRC="cant_find_me.js"></SCRIPT>
Well you will get a red 404 in the net panel. Because the resource
does not load the JS part of Firebug gets no signal. We could get
common cases by special code to test urls that give 404, if they end
in .js and there is a script tag matching, then well what exactly?
Where can we put a message so you will see it? I guess we could put a
dummy entry in the Script panel pull down.
jjb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---