New in Firefox 3.5 are Web Workers (see https://developer.mozilla.org/En/Using_DOM_workers), and, at the moment, I can't use any of Firebug's console features with them, as there's no console object available to the worker scripts. Is this intentional, or just not implemented yet?
(The workaround I'm using for now is to postMessage( ) to the main script with a "/log" prefix, and have the main script pick that up and call console.log() itself.) Thanks, Dave. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
