Are there implementations of the W3C DOM other than in web browsers?

核能气质少年 提交于 2019-11-29 15:27:38

And now and then I read comments about needing a web browser to use the DOM. But is this true?

Of course not. Your understanding is correct.

Brandon Boone

The term you're looking for is "headless browser" and yes they do exist. No need to spin up an instance of IE, Chrome, or firefox to execute JavaScript and mine data from the DOM. Check out Phantom.js or Zombie.js.

Plenty of other questions related to this topic:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!