开发者

SpiderMonkey for JavaScript and WebKit for everything else?

开发者 https://www.devze.com 2023-03-09 11:42 出处:网络
Is that possible to run Spide开发者_开发知识库rMonkey for JavaScript and WebKit for everything else (CSS, rendering etc)?

Is that possible to run Spide开发者_开发知识库rMonkey for JavaScript and WebKit for everything else (CSS, rendering etc)?

According to http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28ECMAScript%29 WebKit have obsolete JS support (compared to Gecko). So can it work?


So far as I know, nobody has done the legwork to integrate the SpiderMonkey engine into the WebKit code base, but JSC (the WebKit JavaScript implementation) is also a quality, standards-conforming JavaScript engine implementation. There was some work on putting a V8 API on SpiderMonkey, which has some promise for integrating SpiderMonkey into the Chromium code base I suppose, but I don't know how active that effort currently is.

0

精彩评论

暂无评论...
验证码 换一张
取 消