Skip to content

v5.1.0

Choose a tag to compare

@domenic domenic released this 29 Apr 15:11
· 263 commits to main since this release

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.