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
<p>Returns element specified by selector satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or <code>detached</code>.</p>
8269
+
<p>Returns element specified by selector when it satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or
8270
+
<code>detached</code>.</p>
8269
8271
<p>Wait for the <code>selector</code> relative to the element handle to satisfy <code>state</code> option (either appear/disappear from dom, or
8270
8272
become visible/hidden). If at the moment of calling the method <code>selector</code> already satisfies the condition, the method
8271
8273
will return immediately. If the selector doesn't satisfy the condition for the <code>timeout</code> milliseconds, the function will
<p>Returns element specified by selector satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or <code>detached</code>.</p>
8419
+
<p>Returns element specified by selector when it satisfies <code>state</code> option. Returns <code>null</code> if waiting for <code>hidden</code> or
8420
+
<code>detached</code>.</p>
8419
8421
<p>Wait for the <code>selector</code> relative to the element handle to satisfy <code>state</code> option (either appear/disappear from dom, or
8420
8422
become visible/hidden). If at the moment of calling the method <code>selector</code> already satisfies the condition, the method
8421
8423
will return immediately. If the selector doesn't satisfy the condition for the <code>timeout</code> milliseconds, the function will
0 commit comments