Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Mar 11, 2024
1 parent 93d69b0 commit eaec33d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/interfaces/global.tjs.Connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise<
<section class="tsd-panel tsd-member"><a id="setKeepAlive" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>set<wbr/>Keep<wbr/>Alive</span><a href="#setKeepAlive" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures">
<li class="tsd-signature tsd-anchor-link" id="setKeepAlive.setKeepAlive-1"><span class="tsd-kind-call-signature">set<wbr/>Keep<wbr/>Alive</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">enable</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setKeepAlive.setKeepAlive-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
<li class="tsd-signature tsd-anchor-link" id="setKeepAlive.setKeepAlive-1"><span class="tsd-kind-call-signature">set<wbr/>Keep<wbr/>Alive</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">enable</span>, <span class="tsd-kind-parameter">delay</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setKeepAlive.setKeepAlive-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">enable</span>: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
<h5><span class="tsd-kind-parameter">enable</span>: <span class="tsd-signature-type">boolean</span></h5></li>
<li>
<h5><span class="tsd-kind-parameter">delay</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section>
<section class="tsd-panel tsd-member"><a id="setNoDelay" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>set<wbr/>No<wbr/>Delay</span><a href="#setNoDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
Expand Down

0 comments on commit eaec33d

Please sign in to comment.