3

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?

kjhughes
  • 106,133
  • 27
  • 181
  • 240
DevDevDev
  • 5,107
  • 7
  • 55
  • 87

1 Answers1

4

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

Eli Grey
  • 35,104
  • 14
  • 75
  • 93