firebug / netexport

Firebug extension - export data from the Net panel
http://www.softwareishard.com/blog/netexport/
Other
35 stars 17 forks source link

TypeError: window.NetExport is undefined #16

Open janodvarko opened 9 years ago

janodvarko commented 9 years ago

Reported in newsgroups: https://groups.google.com/forum/#!topic/firebug/POY5S7xuzqY

It looks like the auto-export is enabled after the "DOMWindowCreated" is fired and insertHelperFunctions (exposing NetExport to the content) isn't executed.

Honza