mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
Deploying to gh-pages from @ harttle/liquidjs@b5b2a98d5e 🚀
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head prefix="og: http://ogp.me/ns#">
|
||||
<meta charset="utf-8">
|
||||
<title>Interface: Thenable | LiquidJS</title>
|
||||
<title>Interface: Thenable <T> | LiquidJS</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net/">
|
||||
@@ -85,16 +85,17 @@
|
||||
<div class="article">
|
||||
<div class="inner">
|
||||
<header class="article-header">
|
||||
<h1 class="article-title" itemprop="name">Interface: Thenable</h1>
|
||||
<h1 class="article-title" itemprop="name">Interface: Thenable <T></h1>
|
||||
|
||||
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fapi%2Finterfaces%2Futil_async_.thenable.html&labels=docs" class="article-edit-link" title="Report problems"><i class="icon-chat-bubble-dots"></i></a>
|
||||
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
<h2 id="Hierarchy" class="article-heading"><a href="#Hierarchy" class="headerlink" title="Hierarchy"></a>Hierarchy<a class="article-anchor" href="#Hierarchy" aria-hidden="true"></a></h2><ul>
|
||||
<h2 id="Type-parameters" class="article-heading"><a href="#Type-parameters" class="headerlink" title="Type parameters"></a>Type parameters<a class="article-anchor" href="#Type-parameters" aria-hidden="true"></a></h2><p>▪ <strong>T</strong></p>
|
||||
<h2 id="Hierarchy" class="article-heading"><a href="#Hierarchy" class="headerlink" title="Hierarchy"></a>Hierarchy<a class="article-anchor" href="#Hierarchy" aria-hidden="true"></a></h2><ul>
|
||||
<li><strong>Thenable</strong></li>
|
||||
</ul>
|
||||
<h2 id="Methods" class="article-heading"><a href="#Methods" class="headerlink" title="Methods"></a>Methods<a class="article-anchor" href="#Methods" aria-hidden="true"></a></h2><h3 id="catch" class="article-heading"><a href="#catch" class="headerlink" title="catch"></a>catch<a class="article-anchor" href="#catch" aria-hidden="true"></a></h3><p>▸ <strong>catch</strong>(<code>reject</code>: <a href="../modules/util_async_.html#resolver">resolver</a>): <em><a href="util_async_.thenable.html">Thenable</a></em></p>
|
||||
<h2 id="Methods" class="article-heading"><a href="#Methods" class="headerlink" title="Methods"></a>Methods<a class="article-anchor" href="#Methods" aria-hidden="true"></a></h2><h3 id="catch" class="article-heading"><a href="#catch" class="headerlink" title="catch"></a>catch<a class="article-anchor" href="#catch" aria-hidden="true"></a></h3><p>▸ <strong>catch</strong>(<code>reject</code>: <a href="../modules/util_async_.html#resolver">resolver</a>): <em><a href="util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/async.ts#L7">util/async.ts:7</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -109,9 +110,9 @@
|
||||
<td><a href="../modules/util_async_.html#resolver">resolver</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="util_async_.thenable.html">Thenable</a></em></p>
|
||||
<p><strong>Returns:</strong> <em><a href="util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<hr>
|
||||
<h3 id="then" class="article-heading"><a href="#then" class="headerlink" title="then"></a>then<a class="article-anchor" href="#then" aria-hidden="true"></a></h3><p>▸ <strong>then</strong>(<code>resolve</code>: <a href="../modules/util_async_.html#resolver">resolver</a>, <code>reject?</code>: <a href="../modules/util_async_.html#resolver">resolver</a>): <em><a href="util_async_.thenable.html">Thenable</a></em></p>
|
||||
<h3 id="then" class="article-heading"><a href="#then" class="headerlink" title="then"></a>then<a class="article-anchor" href="#then" aria-hidden="true"></a></h3><p>▸ <strong>then</strong>(<code>resolve</code>: <a href="../modules/util_async_.html#resolver">resolver</a>, <code>reject?</code>: <a href="../modules/util_async_.html#resolver">resolver</a>): <em><a href="util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/util/async.ts#L6">util/async.ts:6</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -130,11 +131,11 @@
|
||||
<td><a href="../modules/util_async_.html#resolver">resolver</a></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="util_async_.thenable.html">Thenable</a></em></p>
|
||||
<p><strong>Returns:</strong> <em><a href="util_async_.thenable.html">Thenable</a>‹T›</em></p>
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-10-16T04:32:17.091Z" itemprop="dateModified">Last updated: 2021-10-16</time>
|
||||
<time class="article-footer-updated" datetime="2021-10-16T14:40:23.686Z" itemprop="dateModified">Last updated: 2021-10-16</time>
|
||||
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>Next</span><i class="icon-chevron-right"></i></a>
|
||||
</footer>
|
||||
</div>
|
||||
@@ -143,7 +144,7 @@
|
||||
<div id="article-toc-inner">
|
||||
<div id="article-toc-inner-list">
|
||||
<strong class="sidebar-title">Contents</strong>
|
||||
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#catch"><span class="toc-text">catch</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#then"><span class="toc-text">then</span></a></li></ol></li></ol>
|
||||
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Type-parameters"><span class="toc-text">Type parameters</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#catch"><span class="toc-text">catch</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#then"><span class="toc-text">then</span></a></li></ol></li></ol>
|
||||
</div>
|
||||
<a href="#" id="article-toc-top">Back to Top</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user