This commit is contained in:
RubenVerborgh
2021-01-28 10:26:28 +00:00
parent 95fc9b01ce
commit f9182a6c94
521 changed files with 9195 additions and 7986 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SequenceHandler | Community Solid Server - v0.6.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.6.0">
<title>SequenceHandler | Community Solid Server - v0.7.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.7.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v0.6.0</a>
<a href="../index.html" class="title">Community Solid Server - v0.7.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v0.6.0</a>
<a href="../modules.html">Community Solid Server - v0.7.0</a>
</li>
<li>
<a href="../modules/index.html">index</a>
@@ -92,7 +92,7 @@
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="util_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span>
<a href="util_handlers_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span>
<ul class="tsd-hierarchy">
<li>
<span class="target">SequenceHandler</span>
@@ -134,14 +134,14 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">new <wbr>Sequence<wbr>Handler&lt;TIn, TOut&gt;<span class="tsd-signature-symbol">(</span>handlers<span class="tsd-signature-symbol">: </span><a href="util_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="util_sequencehandler.sequencehandler.html" class="tsd-signature-type" data-tsd-kind="Class">SequenceHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Sequence<wbr>Handler&lt;TIn, TOut&gt;<span class="tsd-signature-symbol">(</span>handlers<span class="tsd-signature-symbol">: </span><a href="util_handlers_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="util_handlers_sequencehandler.sequencehandler.html" class="tsd-signature-type" data-tsd-kind="Class">SequenceHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="util_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_asynchandler.asynchandler.html#constructor">constructor</a></p>
<p>Inherited from <a href="util_handlers_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_handlers_asynchandler.asynchandler.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/SequenceHandler.ts#L9">src/util/SequenceHandler.ts:9</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/handlers/SequenceHandler.ts#L9">src/util/handlers/SequenceHandler.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -156,10 +156,10 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>handlers: <a href="util_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h5>
<h5>handlers: <a href="util_handlers_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="util_sequencehandler.sequencehandler.html" class="tsd-signature-type" data-tsd-kind="Class">SequenceHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span></h4>
<h4 class="tsd-returns-title">Returns <a href="util_handlers_sequencehandler.sequencehandler.html" class="tsd-signature-type" data-tsd-kind="Class">SequenceHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
</section>
@@ -169,10 +169,10 @@
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="handlers" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> handlers</h3>
<div class="tsd-signature tsd-kind-icon">handlers<span class="tsd-signature-symbol">:</span> <a href="util_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-signature tsd-kind-icon">handlers<span class="tsd-signature-symbol">:</span> <a href="util_handlers_asynchandler.asynchandler.html" class="tsd-signature-type" data-tsd-kind="Class">AsyncHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">TIn</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">TOut</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/SequenceHandler.ts#L9">src/util/SequenceHandler.ts:9</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/handlers/SequenceHandler.ts#L9">src/util/handlers/SequenceHandler.ts:9</a></li>
</ul>
</aside>
</section>
@@ -188,9 +188,9 @@
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="util_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_asynchandler.asynchandler.html#canhandle">canHandle</a></p>
<p>Inherited from <a href="util_handlers_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_handlers_asynchandler.asynchandler.html#canhandle">canHandle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/AsyncHandler.ts#L13">src/util/AsyncHandler.ts:13</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/handlers/AsyncHandler.ts#L13">src/util/handlers/AsyncHandler.ts:13</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -222,9 +222,9 @@
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="util_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_asynchandler.asynchandler.html#handle">handle</a></p>
<p>Overrides <a href="util_handlers_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_handlers_asynchandler.asynchandler.html#handle">handle</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/SequenceHandler.ts#L16">src/util/SequenceHandler.ts:16</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/handlers/SequenceHandler.ts#L16">src/util/handlers/SequenceHandler.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -246,9 +246,9 @@
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="util_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_asynchandler.asynchandler.html#handlesafe">handleSafe</a></p>
<p>Inherited from <a href="util_handlers_asynchandler.asynchandler.html">AsyncHandler</a>.<a href="util_handlers_asynchandler.asynchandler.html#handlesafe">handleSafe</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/handlers/AsyncHandler.ts#L35">src/util/handlers/AsyncHandler.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">