You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)