DOM 与 SpiderMonkey 一起使用吗?

发布于 2024-08-15 19:09:07 字数 125 浏览 11 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

东北女汉子 2024-08-22 19:09:07

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文