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
}</pre></td></tr></table></figure><h2id=fetchendltresource-typegt><code>fetch::end::<resource-type></code><ahref="#fetchendltresource-typegt" class="headerlink" title="fetch::end::<resource-type>"></a></h2><p>Event is emitted <strong>when</strong> the content of a <code>resource</code> (<code>js</code>, <code>css</code>,
52
52
<code>image</code>, etc.) has finished downloading.</p>
}</pre></td></tr></table></figure><h2id=traverseend><code>traverse::end</code><ahref="#traverseend" class="headerlink" title="traverse::end"></a></h2><p>Event is emitted <strong>when</strong> the <code>connector</code> has finished traversing
}</pre></td></tr></table></figure><h2id=can-evaluatescript><code>can-evaluate::script</code><ahref="#can-evaluatescript" class="headerlink" title="can-evaluate::script"></a></h2><p>Event is emitted <strong>when</strong> the <code>connector</code> is ready to evaluate
Copy file name to clipboardexpand all lines: docs/docs/contributor-guide/how-to/common-hint-scenarios/index.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ <h2 id=evaluate-javascript-in-the-page-context>Evaluate JavaScript in the page c
48
48
49
49
context.evaluate(script);</pre></td></tr></table></figure><h2id=ignore-connectors>Ignore connectors<ahref="#ignore-connectors" class="headerlink" title="Ignore connectors"></a></h2><p>If your hint does not work properly with certain connectors you can
50
50
use the property <code>ignoreConnectors</code> so it is not run when they are used.</p>
}</pre></td></tr></table></figure><h2id=how-to-test-a-full-connector>How to test a “full” connector<ahref="#how-to-test-a-full-connector" class="headerlink" title="How to test a “full” connector"></a></h2><p>To make sure your connector is a “full” connector, it has to pass the
0 commit comments