On Jan 20, 8:17 pm, Guo Li <[email protected]> wrote: > Hi Guys, > I am new to netexport, can someone show an example how to set it to > auto-export in JSONP format? > I am using > > profile.addExtension(new File( > "/Users/guo/netExport-0.9b3.xpi")); > and it does have a save as jsonp option. Such option should be easy to add
Here is the place where the JSONP modification should be done: https://github.com/firebug/netexport/blob/master/chrome/content/netexport/automation.js#L176 And here is how it's done for manual export https://github.com/firebug/netexport/blob/master/chrome/content/netexport/exporter.js#L103 Please create a new report here: http://code.google.com/p/fbug/issues/list ...and I'll fix it. Or you can also provide a patch. 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
