DOM 与 SpiderMonkey 一起使用吗?
我正在尝试使用 python 包装器从 SpiderMonkey 内部使用 GoogleMaps JavaScript 库,但由于缺少 DOM,我不能这样做。
有什么方法可以将 DOM 集成到其中,以便我可以让它工作吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
env.js 实现 DOM。我知道它至少可以在 SpiderMonkey 和 Rhino 中使用,但 SpiderMonkey 可能会对 XMLHttpRequest 等问题有问题。
env.js implements the DOM. I know it at least works in SpiderMonkey and Rhino but SpiderMonkey may have issues with things like XMLHttpRequest.