In a Firefox bootstrapped addon at a stage that window
object is not available yet, I would like to create an element to be kept as a template (not to be inserted at the time).
I was wondering if that is possible?
Can createElement()
be created anywhere else other than in a window.document
?