webcomponents / polyfills

Web Components Polyfills
BSD 3-Clause "New" or "Revised" License
1.13k stars 165 forks source link

[shadydom] Fix Closure types of `querySelector{,All}` patches for internal conformance checks. #526

Closed bicknellr closed 1 year ago

bicknellr commented 1 year ago

These patches should be typed as if they could be applied to all prototypes that include ParentNode.

bicknellr commented 1 year ago

Internal tests of the new polyfills including this PR pass. (http://cl/475618868)

bicknellr commented 1 year ago

Thanks for reviewing!