Skip to content

7.0.0

Choose a tag to compare

@domenic domenic released this 18 Aug 19:48
· 136 commits to main since this release

Changed file: URLs to have an opaque origin, which serializes to "null". Previously all file: URLs shared an origin serialization of "file://". This is underspecified, so either behavior is technically correct, but opaque origins is the more conservative choice.

Improved error messages for invalid input URLs to include those input strings.

Upgraded our webidl2js built-time code-generation dependency from 7.4.x to 9.x; see that package's changelog for details.