Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.01k forks source link

Remove types from LegacyElementMixin's overridden setAttribute and removeAttribute. #5656

Closed bicknellr closed 4 years ago

bicknellr commented 4 years ago

Upstreaming http://cl/310649178. Apparently we don't need to specify the types at all if we're overriding and not widening them.