Skip to content

Releases: jsdom/webidl2js

5.1.1

29 Apr 15:09

Choose a tag to compare

Updates the webidl-conversions dependency to v4.0.0, for better compatibility with the rest of the jsdom ecosystem.

5.1.0

29 Apr 15:11

Choose a tag to compare

Adds a new nonstandard extended attribute, [WebIDL2JSFactory], which causes the output to be an interface factory function instead of just the interface. This is useful for certain cases in jsdom where the class must be aware of what window it's declared on.

Adds initial support for iterable<> declarations.