There's no way (that I am aware of) to return a fully fleshed out window.document, Element, Node or whatever, Object, but of course if you have written the Document you don't need it

Edit, edit. CEF seems to be able to (potentially) return Objects via (I think) CefV8Accessor,, why can't we (I) just plumb in GetValue("document.documentElement.childNodes");,, calling Setters on perhaps a zillion

Elements seems clunky via Javascript but that said, it'll be the same amount of calls on the Document but without (perhaps) the overhead or more overhead
