Question

I'm trying to use the GoogleMaps JavaScript library from inside of SpiderMonkey using the python wrapper, but I can't because of the lack of a DOM.

Is there some way I can integrate a DOM into this so that I can get this to work?

Was it helpful?

Solution

env.js implements the DOM. I know it at least works in SpiderMonkey and Rhino but SpiderMonkey may have issues with things like XMLHttpRequest.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top