Sure,
visit http://osmf.org/dev/2.0gm/thumbs.html
Start playing the upper video while watching the Net panel, then move to
another tab. After you move back you may notice the video request log to
finish prematurely (it won't log the whole video request but just that part
when you were on that FF tab).
Another test:
Type this into console:
setInterval(function() { var xhr = new XMLHttpRequest(); xhr.open("GET",
"/dev/2.0gm/lib/profiles.js?"+x); xhr.send(null); console.log(x); x +=1 ;
}, 1000)
After moving back and forth from the tab while this is active, you will see
that some x-es are missing from the Net panel while they are present in the
Console tab.
понедельник, 27 августа 2012 г., 9:58:39 UTC+3 пользователь Jan Honza
Odvarko написал:
>
> On Aug 26, 3:09 pm, Darkproger <[email protected]> wrote:
> > The net panel does not log (at least Flash) requests when the page tab
> is
> > not active. Is there a way to overcome this?
> What do you mean be "the page tab is not active"?
> Do you have a page I could try on my machine?
> Honza
>
--
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
https://groups.google.com/forum/#!forum/firebug