当前位置

网站首页> 程序设计 > 程序资讯 > 软件更新资讯 > 浏览文章

Jsdom 5.0.1 发布, JavaScript 的 HTML 解析器

作者:小梦 来源: 网络 时间: 2024-07-30 阅读:

4月18日 武汉 源创会开始报名,送华为开发板

Jsdom 5.0.1 发布,此版本主要有以下更新:

  • Fixed document.cookie setter to no longer ignore null; instead it correctly sets a cookie of "null". (Chrome is not compliant to the spec in this regard.)

  • Fixed documents created with parsingMode: "xml" to no longer get "<html><head></head><body></body></html>"automatically inserted when calling jsdom.jsdom() with no arguments.

  • Fixed the innerHTML setter to no longer ignore undefined; instead it correctly sets the innerHTML to "undefined".

  • Fixed document.write to throw for XML documents as per the spec.

  • Fixed document.write to accept more than one argument (they get concatenated).

  • Fixed document.write("") to no longer try to write "<html><head></head><body></body></html>".

详细信息请查看更新日志。

此版本现已提供下载:

https://github.com/tmpvar/jsdom/archive/5.0.1.zip

jsdom 是 WHATWG DOM 和 HTML 标准的 JavaScript 实现,主要用于 io.js 框架。

热点阅读

网友最爱