Yes, it is now possible to provide a custom name.

1) There is a new pref:  extensions.firebug.netexport.defaultFileName
You can set it to a string that is used as a format string for generating 
the name
An example: myname-%Y-%m-%d-endofthename

Read more about the format:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat

2) You can pass name into NetExport.triggerExport()

NetExport.triggerExport({
  fileName: "myFileName"
})

NetExport is currently bundled in Firebug.next and this new feature is 
available in alpha 10
https://github.com/firebug/firebug.next/releases/tag/firebug-3.0.0-alpha.10

Honza

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/b81983fe-4c42-4005-bf19-b19cee3c0c46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to