Skip to content

17.1.0

Compare
Choose a tag to compare
@domenic domenic released this 06 Feb 23:22

Allowed named/indexed getters, setters, and deleters to appear on derived interfaces, where if present they shadow the parent interface's instance of that construct. This is not allowed per the Web IDL standard, but the Web IDL standard has a known bug in this regard: whatwg/webidl#833. (#258, @UndefinedBehaviour)