Is there a way to get the ECMAScript DOM API implementation loaded into XPCShell? I like to be able to run my code in batch and just look at the dump. I do a lot of DOM coding, so XPCShell becomes rather limited in its usefulness without the DOM implementation.
XPCShell has no concept of documents. It is a simple command line utility to allow testing of JS and scripting XPCOM components.
David Bradley
