Skip to content

Commit 0e42800

Browse files
committed
feat: exported abortUndefinedReason from index.ts
1 parent 0a2da73 commit 0e42800

File tree

7 files changed

+76
-8
lines changed

7 files changed

+76
-8
lines changed

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/PromiseCancellable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> controller: <a href=".
201201
<h4 class="tsd-returns-title">Returns <a href="PromiseCancellable.html" class="tsd-signature-type" data-tsd-kind="Class">PromiseCancellable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TResult</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
202202
<p>Overrides Promise.catch</p>
203203
<ul>
204-
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L256">src/PromiseCancellable.ts:256</a></li></ul></aside></li></ul></section>
204+
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L254">src/PromiseCancellable.ts:254</a></li></ul></aside></li></ul></section>
205205
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="finally" class="tsd-anchor"></a>
206206
<h3 class="tsd-anchor-link"><span>finally</span><a href="#finally" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
207207
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -217,7 +217,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> controller: <a href=".
217217
<h4 class="tsd-returns-title">Returns <a href="PromiseCancellable.html" class="tsd-signature-type" data-tsd-kind="Class">PromiseCancellable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
218218
<p>Overrides Promise.finally</p>
219219
<ul>
220-
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L282">src/PromiseCancellable.ts:282</a></li></ul></aside></li></ul></section>
220+
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L280">src/PromiseCancellable.ts:280</a></li></ul></aside></li></ul></section>
221221
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="then" class="tsd-anchor"></a>
222222
<h3 class="tsd-anchor-link"><span>then</span><a href="#then" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
223223
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -242,7 +242,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> controller: <a href=".
242242
<h4 class="tsd-returns-title">Returns <a href="PromiseCancellable.html" class="tsd-signature-type" data-tsd-kind="Class">PromiseCancellable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TResult1</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TResult2</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
243243
<p>Overrides Promise.then</p>
244244
<ul>
245-
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L228">src/PromiseCancellable.ts:228</a></li></ul></aside></li></ul></section>
245+
<li>Defined in <a href="https://github.com/MatrixAI/js-async-cancellable/blob/master/src/PromiseCancellable.ts#L226">src/PromiseCancellable.ts:226</a></li></ul></aside></li></ul></section>
246246
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="all" class="tsd-anchor"></a>
247247
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>all</span><a href="#all" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
248248
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">

0 commit comments

Comments
 (0)