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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
https://github.com/PolymerElements/platinum-sw/blob/master/platinum-sw-register.html#L225
uses
childNodes
, which enumerates nodes that are not valid sw element child: textnodes, comments, etc.Is there a reason it's not using
.children
?The text was updated successfully, but these errors were encountered: