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
Missing returns for Node.{insertBefore, appendChild, replaceChild, removeChild} (#15)
* insertBefore should return childNode that was inserted, to match dom api.
* correcting whitespace
* missing returns for appendChild, replaceChild, removeChild
0 commit comments