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
in jQuery methods can call for constructor either jQuery(...) or jQuery.pushStack(...). When first one simply creates new jQuery instance. Second one creates new instance and pushes current object into prevObject.
in Cheerio calling _make is basically only way to get access to constructor. I think this way prevObject isnt always previous object.
The internal method
_make
is equivalent to jQuery'spushStack
. Let's rename it, to make it an official API.Uncovered in #1656.
The text was updated successfully, but these errors were encountered: