Skip to content

Commit

Permalink
deploy: 5963f1f
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 15, 2023
1 parent dac2825 commit 022e353
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ <h3 id="http2-prior-knowledge"><a class="header" href="#http2-prior-knowledge">H
.withHttp2PriorKnowledge(true)
.build();
</code></pre>
<h3 id="chrome-network-interception"><a class="header" href="#chrome-network-interception">Chrome Network Interception</a></h3>
<p>Enable Network interception when using chrome to speed up request.</p>
<pre><code class="language-ts">const website = new Website(&quot;https://choosealicense.com&quot;)
.withChromeIntercept(true, true)
.build();
</code></pre>
<h2 id="chaining"><a class="header" href="#chaining">Chaining</a></h2>
<p>You can chain all of the configs together for simple configuration.</p>
<pre><code class="language-ts">const website = new Website(&quot;https://choosealicense.com&quot;)
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions website.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ <h3 id="http2-prior-knowledge"><a class="header" href="#http2-prior-knowledge">H
.withHttp2PriorKnowledge(true)
.build();
</code></pre>
<h3 id="chrome-network-interception"><a class="header" href="#chrome-network-interception">Chrome Network Interception</a></h3>
<p>Enable Network interception when using chrome to speed up request.</p>
<pre><code class="language-ts">const website = new Website(&quot;https://choosealicense.com&quot;)
.withChromeIntercept(true, true)
.build();
</code></pre>
<h2 id="chaining"><a class="header" href="#chaining">Chaining</a></h2>
<p>You can chain all of the configs together for simple configuration.</p>
<pre><code class="language-ts">const website = new Website(&quot;https://choosealicense.com&quot;)
Expand Down

0 comments on commit 022e353

Please sign in to comment.