- Added
TextEncoderandTextDecoder. - Improved decoding of HTML bytes by using the new
@exodus/bytespackage; it is now much more correct. (ChALkeR) - Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for
<meta charset>or using the parent frame's encoding. - Fixed a memory leak when
Ranges were used and then the elements referred to by those ranges were removed.