Skip to content

16.2.0

Compare
Choose a tag to compare
@domenic domenic released this 11 Jun 15:24
  • Added support for async iterables. (#224)
  • Added [WebIDL2JSCallWithGlobal] to allow implementing static operations that depend on the global object. (#216, @ExE-Boss)
  • Improved the error messages thrown by the generated code when calling a method or accessor on a non-instance. (#222, @ExE-Boss)
  • The code generator now throws an error if an argument is defaulted using = {} in the IDL file, but the argument's type does not exist as a dictionary. (#225)
  • Tweaked the [[Set]] operation generated for legacy platform objects to follow the latest Web IDL spec. (#218, @ExE-Boss)