@breautek/storm 6.0.4 → 6.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/docs/classes/Application.html +481 -444
- package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
- package/docs/classes/CORSMiddleware.html +123 -136
- package/docs/classes/ConfigLoader.html +86 -105
- package/docs/classes/Database.html +141 -160
- package/docs/classes/DatabaseCastObject.html +100 -119
- package/docs/classes/DatabaseConnection.html +260 -250
- package/docs/classes/DatabaseQueryError.html +160 -175
- package/docs/classes/DeadLockError.html +162 -176
- package/docs/classes/DiskSpaceError.html +160 -175
- package/docs/classes/DropTemporaryTableQuery.html +133 -147
- package/docs/classes/DuplicateEntryError.html +160 -175
- package/docs/classes/EntityNotFoundError.html +160 -175
- package/docs/classes/ExpiredTokenError.html +160 -175
- package/docs/classes/Handler.html +146 -165
- package/docs/classes/InternalError.html +160 -175
- package/docs/classes/InvalidCredentialsError.html +160 -175
- package/docs/classes/InvalidValueError.html +160 -175
- package/docs/classes/LineString.html +101 -120
- package/docs/classes/LockWaitTimeoutError.html +162 -176
- package/docs/classes/ManagedDatabaseConnection.html +176 -195
- package/docs/classes/Middleware.html +96 -115
- package/docs/classes/MissingConfigError.html +160 -175
- package/docs/classes/MissingParameterError.html +160 -175
- package/docs/classes/MySQLConnection.html +265 -255
- package/docs/classes/MySQLDatabase.html +146 -165
- package/docs/classes/NotImplementedError.html +160 -175
- package/docs/classes/Point.html +101 -120
- package/docs/classes/Polygon.html +101 -120
- package/docs/classes/Query.html +133 -147
- package/docs/classes/RawError.html +162 -176
- package/docs/classes/RawQuery.html +133 -147
- package/docs/classes/Request.html +171 -190
- package/docs/classes/Response.html +136 -155
- package/docs/classes/ResponseData.html +116 -135
- package/docs/classes/ServiceProvider.html +156 -175
- package/docs/classes/ServiceResponse.html +106 -125
- package/docs/classes/SetSessionVariableQuery.html +133 -147
- package/docs/classes/StormError.html +160 -175
- package/docs/classes/TemporaryTableQuery.html +133 -147
- package/docs/classes/Token.html +91 -110
- package/docs/classes/TokenManager.html +101 -120
- package/docs/classes/Transaction.html +113 -131
- package/docs/classes/UnauthorizedAccessError.html +160 -175
- package/docs/enums/ErrorCode.html +117 -136
- package/docs/enums/ExitCode.html +89 -108
- package/docs/enums/HTTPMethod.html +97 -116
- package/docs/enums/IsolationLevel.html +97 -116
- package/docs/enums/JWTError.html +89 -108
- package/docs/enums/StatusCode.html +273 -292
- package/docs/functions/formidable-1.html +80 -99
- package/docs/functions/getInstance.html +84 -103
- package/docs/index.html +156 -175
- package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
- package/docs/interfaces/IAuthTokenData.html +89 -108
- package/docs/interfaces/ICloudwatchConfig.html +93 -112
- package/docs/interfaces/ICloudwatchCredentials.html +89 -108
- package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
- package/docs/interfaces/IConfig.html +113 -132
- package/docs/interfaces/IDatabaseConfig.html +105 -124
- package/docs/interfaces/IDatabaseConnection.html +151 -170
- package/docs/interfaces/IErrorResponse.html +101 -120
- package/docs/interfaces/IFormData.html +89 -108
- package/docs/interfaces/IHandler.html +86 -105
- package/docs/interfaces/IInsertQueryResult.html +93 -112
- package/docs/interfaces/IJWTVerifyOptions.html +85 -104
- package/docs/interfaces/IParameterMap.html +80 -99
- package/docs/interfaces/IQueryable.html +106 -125
- package/docs/interfaces/IRequestResponse.html +89 -108
- package/docs/interfaces/IServiceHeaders.html +80 -99
- package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
- package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
- package/docs/interfaces/IUpdateQueryResult.html +89 -108
- package/docs/interfaces/formidable.EmitData.html +108 -108
- package/docs/interfaces/formidable.EventData.html +117 -117
- package/docs/interfaces/formidable.Fields.html +95 -95
- package/docs/interfaces/formidable.File.html +138 -131
- package/docs/interfaces/formidable.FileJSON.html +134 -129
- package/docs/interfaces/formidable.Files.html +95 -95
- package/docs/interfaces/formidable.Options.html +167 -156
- package/docs/interfaces/formidable.Part.html +248 -223
- package/docs/modules/formidable.html +111 -111
- package/docs/types/IDeleteQueryResult.html +80 -99
- package/docs/types/IHandlerError.html +82 -100
- package/docs/types/IHandlerResponse.html +82 -100
- package/docs/types/TCoordinate.html +80 -99
- package/docs/types/formidable.BufferEncoding.html +95 -95
- package/docs/types/formidable.DefaultOptions.html +101 -96
- package/docs/types/formidable.EnabledPlugins.html +95 -95
- package/docs/types/formidable.EventNames.html +95 -95
- package/docs/types/formidable.MappedParsers.html +95 -95
- package/docs/types/formidable.Plugin.html +95 -95
- package/docs/types/formidable.PluginFunction.html +95 -95
- package/docs/types/formidable.Plugins.html +95 -95
- package/lib/Application.d.ts +1 -1
- package/lib/Application.js +7 -6
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +7 -6
|
@@ -31,62 +31,60 @@
|
|
|
31
31
|
<div class="tsd-accordion-details">
|
|
32
32
|
<section class="tsd-index-section">
|
|
33
33
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
34
|
-
<div class="tsd-index-list"><a href="formidable.Part.html#filename" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon"
|
|
35
|
-
<a href="formidable.Part.html#headers" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon"
|
|
36
|
-
<a href="formidable.Part.html#mime" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon"
|
|
37
|
-
<a href="formidable.Part.html#name" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon"
|
|
34
|
+
<div class="tsd-index-list"><a href="formidable.Part.html#filename" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>filename?</span></a>
|
|
35
|
+
<a href="formidable.Part.html#headers" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>headers</span></a>
|
|
36
|
+
<a href="formidable.Part.html#mime" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mime?</span></a>
|
|
37
|
+
<a href="formidable.Part.html#name" class="tsd-index-link tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>name</span></a>
|
|
38
38
|
</div></section>
|
|
39
39
|
<section class="tsd-index-section">
|
|
40
40
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
41
|
-
<div class="tsd-index-list"><a href="formidable.Part.html#addListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
42
|
-
<a href="formidable.Part.html#emit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
43
|
-
<a href="formidable.Part.html#eventNames" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
44
|
-
<a href="formidable.Part.html#getMaxListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
45
|
-
<a href="formidable.Part.html#listenerCount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
46
|
-
<a href="formidable.Part.html#listeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
47
|
-
<a href="formidable.Part.html#off" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
48
|
-
<a href="formidable.Part.html#on" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
49
|
-
<a href="formidable.Part.html#once" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
50
|
-
<a href="formidable.Part.html#pipe" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
51
|
-
<a href="formidable.Part.html#prependListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
52
|
-
<a href="formidable.Part.html#prependOnceListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
53
|
-
<a href="formidable.Part.html#rawListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
54
|
-
<a href="formidable.Part.html#removeAllListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
55
|
-
<a href="formidable.Part.html#removeListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
56
|
-
<a href="formidable.Part.html#setMaxListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
41
|
+
<div class="tsd-index-list"><a href="formidable.Part.html#addListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>add<wbr/>Listener</span></a>
|
|
42
|
+
<a href="formidable.Part.html#emit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>emit</span></a>
|
|
43
|
+
<a href="formidable.Part.html#eventNames" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>event<wbr/>Names</span></a>
|
|
44
|
+
<a href="formidable.Part.html#getMaxListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Listeners</span></a>
|
|
45
|
+
<a href="formidable.Part.html#listenerCount" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>listener<wbr/>Count</span></a>
|
|
46
|
+
<a href="formidable.Part.html#listeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>listeners</span></a>
|
|
47
|
+
<a href="formidable.Part.html#off" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off</span></a>
|
|
48
|
+
<a href="formidable.Part.html#on" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>on</span></a>
|
|
49
|
+
<a href="formidable.Part.html#once" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>once</span></a>
|
|
50
|
+
<a href="formidable.Part.html#pipe" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>pipe</span></a>
|
|
51
|
+
<a href="formidable.Part.html#prependListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>prepend<wbr/>Listener</span></a>
|
|
52
|
+
<a href="formidable.Part.html#prependOnceListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>prepend<wbr/>Once<wbr/>Listener</span></a>
|
|
53
|
+
<a href="formidable.Part.html#rawListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>raw<wbr/>Listeners</span></a>
|
|
54
|
+
<a href="formidable.Part.html#removeAllListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>All<wbr/>Listeners</span></a>
|
|
55
|
+
<a href="formidable.Part.html#removeListener" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>Listener</span></a>
|
|
56
|
+
<a href="formidable.Part.html#setMaxListeners" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Max<wbr/>Listeners</span></a>
|
|
57
57
|
</div></section></div></details></section></section>
|
|
58
58
|
<section class="tsd-panel-group tsd-member-group">
|
|
59
59
|
<h2>Properties</h2>
|
|
60
60
|
<section class="tsd-panel tsd-member tsd-is-external"><a id="filename" class="tsd-anchor"></a>
|
|
61
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>filename</span><a href="#filename" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
61
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>filename</span><a href="#filename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
|
|
62
62
|
<div class="tsd-signature"><span class="tsd-kind-property">filename</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
63
63
|
<ul>
|
|
64
64
|
<li>Defined in node_modules/@types/formidable/index.d.ts:184</li></ul></aside></section>
|
|
65
65
|
<section class="tsd-panel tsd-member tsd-is-external"><a id="headers" class="tsd-anchor"></a>
|
|
66
|
-
<h3 class="tsd-anchor-link"><span>headers</span><a href="#headers" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
66
|
+
<h3 class="tsd-anchor-link"><span>headers</span><a href="#headers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
67
67
|
<div class="tsd-signature"><span class="tsd-kind-property">headers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
68
68
|
<ul>
|
|
69
69
|
<li>Defined in node_modules/@types/formidable/index.d.ts:185</li></ul></aside></section>
|
|
70
70
|
<section class="tsd-panel tsd-member tsd-is-external"><a id="mime" class="tsd-anchor"></a>
|
|
71
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mime</span><a href="#mime" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
71
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mime</span><a href="#mime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
72
72
|
<div class="tsd-signature"><span class="tsd-kind-property">mime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
73
73
|
<ul>
|
|
74
74
|
<li>Defined in node_modules/@types/formidable/index.d.ts:186</li></ul></aside></section>
|
|
75
75
|
<section class="tsd-panel tsd-member tsd-is-external"><a id="name" class="tsd-anchor"></a>
|
|
76
|
-
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
76
|
+
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
77
77
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
78
78
|
<ul>
|
|
79
79
|
<li>Defined in node_modules/@types/formidable/index.d.ts:187</li></ul></aside></section></section>
|
|
80
80
|
<section class="tsd-panel-group tsd-member-group">
|
|
81
81
|
<h2>Methods</h2>
|
|
82
82
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="addListener" class="tsd-anchor"></a>
|
|
83
|
-
<h3 class="tsd-anchor-link"><span>add<wbr/>Listener</span><a href="#addListener" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
83
|
+
<h3 class="tsd-anchor-link"><span>add<wbr/>Listener</span><a href="#addListener" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
84
84
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
85
|
-
<li class="tsd-signature tsd-anchor-link" id="addListener.addListener-1"><span class="tsd-kind-call-signature">add<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#addListener.addListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
85
|
+
<li class="tsd-signature tsd-anchor-link" id="addListener.addListener-1"><span class="tsd-kind-call-signature">add<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#addListener.addListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
86
86
|
<li class="tsd-description">
|
|
87
87
|
<div class="tsd-comment tsd-typography"><p>Alias for <code>emitter.on(eventName, listener)</code>.</p>
|
|
88
|
-
|
|
89
|
-
<h3>Since</h3><p>v0.1.26</p>
|
|
90
88
|
</div>
|
|
91
89
|
<div class="tsd-parameters">
|
|
92
90
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -106,22 +104,23 @@
|
|
|
106
104
|
<li>
|
|
107
105
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
108
106
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
109
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
107
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
108
|
+
<div class="tsd-comment tsd-typography">
|
|
109
|
+
<h4>Since</h4><p>v0.1.26</p>
|
|
110
|
+
</div><aside class="tsd-sources">
|
|
110
111
|
<p>Inherited from Stream.addListener</p>
|
|
111
112
|
<ul>
|
|
112
113
|
<li>Defined in node_modules/@types/node/events.d.ts:390</li></ul></aside></li></ul></section>
|
|
113
114
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="emit" class="tsd-anchor"></a>
|
|
114
|
-
<h3 class="tsd-anchor-link"><span>emit</span><a href="#emit" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
115
|
+
<h3 class="tsd-anchor-link"><span>emit</span><a href="#emit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
115
116
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
116
|
-
<li class="tsd-signature tsd-anchor-link" id="emit.emit-1"><span class="tsd-kind-call-signature">emit</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#emit.emit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
117
|
+
<li class="tsd-signature tsd-anchor-link" id="emit.emit-1"><span class="tsd-kind-call-signature">emit</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#emit.emit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
117
118
|
<li class="tsd-description">
|
|
118
119
|
<div class="tsd-comment tsd-typography"><p>Synchronously calls each of the listeners registered for the event named<code>eventName</code>, in the order they were registered, passing the supplied arguments
|
|
119
120
|
to each.</p>
|
|
120
121
|
<p>Returns <code>true</code> if the event had listeners, <code>false</code> otherwise.</p>
|
|
121
122
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">myEmitter</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><br/><span class="hl-8">// First listener</span><br/><span class="hl-4">myEmitter</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'event'</span><span class="hl-3">, </span><span class="hl-0">function</span><span class="hl-3"> </span><span class="hl-5">firstListener</span><span class="hl-3">() {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'Helloooo! first listener'</span><span class="hl-3">);</span><br/><span class="hl-3">});</span><br/><span class="hl-8">// Second listener</span><br/><span class="hl-4">myEmitter</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'event'</span><span class="hl-3">, </span><span class="hl-0">function</span><span class="hl-3"> </span><span class="hl-5">secondListener</span><span class="hl-3">(</span><span class="hl-4">arg1</span><span class="hl-3">, </span><span class="hl-4">arg2</span><span class="hl-3">) {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">`event with parameters </span><span class="hl-0">${</span><span class="hl-4">arg1</span><span class="hl-0">}</span><span class="hl-1">, </span><span class="hl-0">${</span><span class="hl-4">arg2</span><span class="hl-0">}</span><span class="hl-1"> in second listener`</span><span class="hl-3">);</span><br/><span class="hl-3">});</span><br/><span class="hl-8">// Third listener</span><br/><span class="hl-4">myEmitter</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'event'</span><span class="hl-3">, </span><span class="hl-0">function</span><span class="hl-3"> </span><span class="hl-5">thirdListener</span><span class="hl-3">(...</span><span class="hl-4">args</span><span class="hl-3">) {</span><br/><span class="hl-3"> </span><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">parameters</span><span class="hl-3"> = </span><span class="hl-4">args</span><span class="hl-3">.</span><span class="hl-5">join</span><span class="hl-3">(</span><span class="hl-1">', '</span><span class="hl-3">);</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">`event with parameters </span><span class="hl-0">${</span><span class="hl-4">parameters</span><span class="hl-0">}</span><span class="hl-1"> in third listener`</span><span class="hl-3">);</span><br/><span class="hl-3">});</span><br/><br/><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-4">myEmitter</span><span class="hl-3">.</span><span class="hl-5">listeners</span><span class="hl-3">(</span><span class="hl-1">'event'</span><span class="hl-3">));</span><br/><br/><span class="hl-4">myEmitter</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'event'</span><span class="hl-3">, </span><span class="hl-2">1</span><span class="hl-3">, </span><span class="hl-2">2</span><span class="hl-3">, </span><span class="hl-2">3</span><span class="hl-3">, </span><span class="hl-2">4</span><span class="hl-3">, </span><span class="hl-2">5</span><span class="hl-3">);</span><br/><br/><span class="hl-8">// Prints:</span><br/><span class="hl-8">// [</span><br/><span class="hl-8">// [Function: firstListener],</span><br/><span class="hl-8">// [Function: secondListener],</span><br/><span class="hl-8">// [Function: thirdListener]</span><br/><span class="hl-8">// ]</span><br/><span class="hl-8">// Helloooo! first listener</span><br/><span class="hl-8">// event with parameters 1, 2 in second listener</span><br/><span class="hl-8">// event with parameters 1, 2, 3, 4, 5 in third listener</span>
|
|
122
123
|
</code><button>Copy</button></pre>
|
|
123
|
-
|
|
124
|
-
<h3>Since</h3><p>v0.1.26</p>
|
|
125
124
|
</div>
|
|
126
125
|
<div class="tsd-parameters">
|
|
127
126
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -130,50 +129,53 @@ to each.</p>
|
|
|
130
129
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5></li>
|
|
131
130
|
<li>
|
|
132
131
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
133
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4
|
|
132
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
133
|
+
<div class="tsd-comment tsd-typography">
|
|
134
|
+
<h4>Since</h4><p>v0.1.26</p>
|
|
135
|
+
</div><aside class="tsd-sources">
|
|
134
136
|
<p>Inherited from Stream.emit</p>
|
|
135
137
|
<ul>
|
|
136
138
|
<li>Defined in node_modules/@types/node/events.d.ts:652</li></ul></aside></li></ul></section>
|
|
137
139
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="eventNames" class="tsd-anchor"></a>
|
|
138
|
-
<h3 class="tsd-anchor-link"><span>event<wbr/>Names</span><a href="#eventNames" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
140
|
+
<h3 class="tsd-anchor-link"><span>event<wbr/>Names</span><a href="#eventNames" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
139
141
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
140
|
-
<li class="tsd-signature tsd-anchor-link" id="eventNames.eventNames-1"><span class="tsd-kind-call-signature">event<wbr/>Names</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><a href="#eventNames.eventNames-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
142
|
+
<li class="tsd-signature tsd-anchor-link" id="eventNames.eventNames-1"><span class="tsd-kind-call-signature">event<wbr/>Names</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><a href="#eventNames.eventNames-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
141
143
|
<li class="tsd-description">
|
|
142
144
|
<div class="tsd-comment tsd-typography"><p>Returns an array listing the events for which the emitter has registered
|
|
143
145
|
listeners. The values in the array are strings or <code>Symbol</code>s.</p>
|
|
144
146
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">myEE</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> {});</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'bar'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> {});</span><br/><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">sym</span><span class="hl-3"> = </span><span class="hl-5">Symbol</span><span class="hl-3">(</span><span class="hl-1">'symbol'</span><span class="hl-3">);</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-4">sym</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> {});</span><br/><br/><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">eventNames</span><span class="hl-3">());</span><br/><span class="hl-8">// Prints: [ 'foo', 'bar', Symbol(symbol) ]</span>
|
|
145
147
|
</code><button>Copy</button></pre>
|
|
146
|
-
|
|
147
|
-
<h3>Since</h3><p>v6.0.0</p>
|
|
148
148
|
</div>
|
|
149
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h4
|
|
149
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h4>
|
|
150
|
+
<div class="tsd-comment tsd-typography">
|
|
151
|
+
<h4>Since</h4><p>v6.0.0</p>
|
|
152
|
+
</div><aside class="tsd-sources">
|
|
150
153
|
<p>Inherited from Stream.eventNames</p>
|
|
151
154
|
<ul>
|
|
152
155
|
<li>Defined in node_modules/@types/node/events.d.ts:715</li></ul></aside></li></ul></section>
|
|
153
156
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="getMaxListeners" class="tsd-anchor"></a>
|
|
154
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Max<wbr/>Listeners</span><a href="#getMaxListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
157
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Max<wbr/>Listeners</span><a href="#getMaxListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
155
158
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
156
|
-
<li class="tsd-signature tsd-anchor-link" id="getMaxListeners.getMaxListeners-1"><span class="tsd-kind-call-signature">get<wbr/>Max<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getMaxListeners.getMaxListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
159
|
+
<li class="tsd-signature tsd-anchor-link" id="getMaxListeners.getMaxListeners-1"><span class="tsd-kind-call-signature">get<wbr/>Max<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getMaxListeners.getMaxListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
157
160
|
<li class="tsd-description">
|
|
158
161
|
<div class="tsd-comment tsd-typography"><p>Returns the current max listener value for the <code>EventEmitter</code> which is either
|
|
159
162
|
set by <code>emitter.setMaxListeners(n)</code> or defaults to defaultMaxListeners.</p>
|
|
160
|
-
|
|
161
|
-
<h3>Since</h3><p>v1.0.0</p>
|
|
162
163
|
</div>
|
|
163
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4
|
|
164
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
165
|
+
<div class="tsd-comment tsd-typography">
|
|
166
|
+
<h4>Since</h4><p>v1.0.0</p>
|
|
167
|
+
</div><aside class="tsd-sources">
|
|
164
168
|
<p>Inherited from Stream.getMaxListeners</p>
|
|
165
169
|
<ul>
|
|
166
170
|
<li>Defined in node_modules/@types/node/events.d.ts:567</li></ul></aside></li></ul></section>
|
|
167
171
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="listenerCount" class="tsd-anchor"></a>
|
|
168
|
-
<h3 class="tsd-anchor-link"><span>listener<wbr/>Count</span><a href="#listenerCount" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
172
|
+
<h3 class="tsd-anchor-link"><span>listener<wbr/>Count</span><a href="#listenerCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
169
173
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
170
|
-
<li class="tsd-signature tsd-anchor-link" id="listenerCount.listenerCount-1"><span class="tsd-kind-call-signature">listener<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#listenerCount.listenerCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
174
|
+
<li class="tsd-signature tsd-anchor-link" id="listenerCount.listenerCount-1"><span class="tsd-kind-call-signature">listener<wbr/>Count</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#listenerCount.listenerCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
171
175
|
<li class="tsd-description">
|
|
172
176
|
<div class="tsd-comment tsd-typography"><p>Returns the number of listeners listening for the event named <code>eventName</code>.
|
|
173
177
|
If <code>listener</code> is provided, it will return how many times the listener is found
|
|
174
178
|
in the list of the listeners of the event.</p>
|
|
175
|
-
|
|
176
|
-
<h3>Since</h3><p>v3.2.0</p>
|
|
177
179
|
</div>
|
|
178
180
|
<div class="tsd-parameters">
|
|
179
181
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -181,43 +183,47 @@ in the list of the listeners of the event.</p>
|
|
|
181
183
|
<li>
|
|
182
184
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5>
|
|
183
185
|
<div class="tsd-comment tsd-typography"><p>The name of the event being listened for</p>
|
|
184
|
-
</div
|
|
186
|
+
</div>
|
|
187
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
185
188
|
<li>
|
|
186
189
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type ">Function</span></h5>
|
|
187
190
|
<div class="tsd-comment tsd-typography"><p>The event handler function</p>
|
|
188
|
-
</div
|
|
189
|
-
<
|
|
191
|
+
</div>
|
|
192
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
193
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
|
|
194
|
+
<div class="tsd-comment tsd-typography">
|
|
195
|
+
<h4>Since</h4><p>v3.2.0</p>
|
|
196
|
+
</div><aside class="tsd-sources">
|
|
190
197
|
<p>Inherited from Stream.listenerCount</p>
|
|
191
198
|
<ul>
|
|
192
199
|
<li>Defined in node_modules/@types/node/events.d.ts:661</li></ul></aside></li></ul></section>
|
|
193
200
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="listeners" class="tsd-anchor"></a>
|
|
194
|
-
<h3 class="tsd-anchor-link"><span>listeners</span><a href="#listeners" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
201
|
+
<h3 class="tsd-anchor-link"><span>listeners</span><a href="#listeners" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
195
202
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
196
|
-
<li class="tsd-signature tsd-anchor-link" id="listeners.listeners-1"><span class="tsd-kind-call-signature">listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span><a href="#listeners.listeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
203
|
+
<li class="tsd-signature tsd-anchor-link" id="listeners.listeners-1"><span class="tsd-kind-call-signature">listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span><a href="#listeners.listeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
197
204
|
<li class="tsd-description">
|
|
198
205
|
<div class="tsd-comment tsd-typography"><p>Returns a copy of the array of listeners for the event named <code>eventName</code>.</p>
|
|
199
206
|
<pre><code class="language-js"><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">, (</span><span class="hl-4">stream</span><span class="hl-3">) </span><span class="hl-0">=></span><span class="hl-3"> {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'someone connected!'</span><span class="hl-3">);</span><br/><span class="hl-3">});</span><br/><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-4">util</span><span class="hl-3">.</span><span class="hl-5">inspect</span><span class="hl-3">(</span><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">listeners</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">)));</span><br/><span class="hl-8">// Prints: [ [Function] ]</span>
|
|
200
207
|
</code><button>Copy</button></pre>
|
|
201
|
-
|
|
202
|
-
<h3>Since</h3><p>v0.1.26</p>
|
|
203
208
|
</div>
|
|
204
209
|
<div class="tsd-parameters">
|
|
205
210
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
206
211
|
<ul class="tsd-parameter-list">
|
|
207
212
|
<li>
|
|
208
213
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5></li></ul></div>
|
|
209
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span></h4
|
|
214
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span></h4>
|
|
215
|
+
<div class="tsd-comment tsd-typography">
|
|
216
|
+
<h4>Since</h4><p>v0.1.26</p>
|
|
217
|
+
</div><aside class="tsd-sources">
|
|
210
218
|
<p>Inherited from Stream.listeners</p>
|
|
211
219
|
<ul>
|
|
212
220
|
<li>Defined in node_modules/@types/node/events.d.ts:580</li></ul></aside></li></ul></section>
|
|
213
221
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="off" class="tsd-anchor"></a>
|
|
214
|
-
<h3 class="tsd-anchor-link"><span>off</span><a href="#off" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
222
|
+
<h3 class="tsd-anchor-link"><span>off</span><a href="#off" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
215
223
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
216
|
-
<li class="tsd-signature tsd-anchor-link" id="off.off-1"><span class="tsd-kind-call-signature">off</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#off.off-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
224
|
+
<li class="tsd-signature tsd-anchor-link" id="off.off-1"><span class="tsd-kind-call-signature">off</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#off.off-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
217
225
|
<li class="tsd-description">
|
|
218
226
|
<div class="tsd-comment tsd-typography"><p>Alias for <code>emitter.removeListener()</code>.</p>
|
|
219
|
-
|
|
220
|
-
<h3>Since</h3><p>v10.0.0</p>
|
|
221
227
|
</div>
|
|
222
228
|
<div class="tsd-parameters">
|
|
223
229
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -237,14 +243,17 @@ in the list of the listeners of the event.</p>
|
|
|
237
243
|
<li>
|
|
238
244
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
239
245
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
240
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
246
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
247
|
+
<div class="tsd-comment tsd-typography">
|
|
248
|
+
<h4>Since</h4><p>v10.0.0</p>
|
|
249
|
+
</div><aside class="tsd-sources">
|
|
241
250
|
<p>Inherited from Stream.off</p>
|
|
242
251
|
<ul>
|
|
243
252
|
<li>Defined in node_modules/@types/node/events.d.ts:540</li></ul></aside></li></ul></section>
|
|
244
253
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="on" class="tsd-anchor"></a>
|
|
245
|
-
<h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
254
|
+
<h3 class="tsd-anchor-link"><span>on</span><a href="#on" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
246
255
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
247
|
-
<li class="tsd-signature tsd-anchor-link" id="on.on-1"><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
256
|
+
<li class="tsd-signature tsd-anchor-link" id="on.on-1"><span class="tsd-kind-call-signature">on</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#on.on-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
248
257
|
<li class="tsd-description">
|
|
249
258
|
<div class="tsd-comment tsd-typography"><p>Adds the <code>listener</code> function to the end of the listeners array for the
|
|
250
259
|
event named <code>eventName</code>. No checks are made to see if the <code>listener</code> has
|
|
@@ -257,8 +266,6 @@ times.</p>
|
|
|
257
266
|
event listener to the beginning of the listeners array.</p>
|
|
258
267
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">myEE</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'a'</span><span class="hl-3">));</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">prependListener</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'b'</span><span class="hl-3">));</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">);</span><br/><span class="hl-8">// Prints:</span><br/><span class="hl-8">// b</span><br/><span class="hl-8">// a</span>
|
|
259
268
|
</code><button>Copy</button></pre>
|
|
260
|
-
|
|
261
|
-
<h3>Since</h3><p>v0.1.101</p>
|
|
262
269
|
</div>
|
|
263
270
|
<div class="tsd-parameters">
|
|
264
271
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -266,11 +273,13 @@ event listener to the beginning of the listeners array.</p>
|
|
|
266
273
|
<li>
|
|
267
274
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5>
|
|
268
275
|
<div class="tsd-comment tsd-typography"><p>The name of the event.</p>
|
|
269
|
-
</div
|
|
276
|
+
</div>
|
|
277
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
270
278
|
<li>
|
|
271
279
|
<h5><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
272
280
|
<div class="tsd-comment tsd-typography"><p>The callback function</p>
|
|
273
281
|
</div>
|
|
282
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
274
283
|
<ul class="tsd-parameters">
|
|
275
284
|
<li class="tsd-parameter-signature">
|
|
276
285
|
<ul class="tsd-signatures tsd-is-external">
|
|
@@ -282,14 +291,17 @@ event listener to the beginning of the listeners array.</p>
|
|
|
282
291
|
<li>
|
|
283
292
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
284
293
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
285
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
294
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
295
|
+
<div class="tsd-comment tsd-typography">
|
|
296
|
+
<h4>Since</h4><p>v0.1.101</p>
|
|
297
|
+
</div><aside class="tsd-sources">
|
|
286
298
|
<p>Inherited from Stream.on</p>
|
|
287
299
|
<ul>
|
|
288
300
|
<li>Defined in node_modules/@types/node/events.d.ts:422</li></ul></aside></li></ul></section>
|
|
289
301
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="once" class="tsd-anchor"></a>
|
|
290
|
-
<h3 class="tsd-anchor-link"><span>once</span><a href="#once" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
302
|
+
<h3 class="tsd-anchor-link"><span>once</span><a href="#once" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
291
303
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
292
|
-
<li class="tsd-signature tsd-anchor-link" id="once.once-1"><span class="tsd-kind-call-signature">once</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#once.once-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
304
|
+
<li class="tsd-signature tsd-anchor-link" id="once.once-1"><span class="tsd-kind-call-signature">once</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#once.once-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
293
305
|
<li class="tsd-description">
|
|
294
306
|
<div class="tsd-comment tsd-typography"><p>Adds a <strong>one-time</strong><code>listener</code> function for the event named <code>eventName</code>. The
|
|
295
307
|
next time <code>eventName</code> is triggered, this listener is removed and then invoked.</p>
|
|
@@ -300,8 +312,6 @@ next time <code>eventName</code> is triggered, this listener is removed and then
|
|
|
300
312
|
event listener to the beginning of the listeners array.</p>
|
|
301
313
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">myEE</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">once</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'a'</span><span class="hl-3">));</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">prependOnceListener</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'b'</span><span class="hl-3">));</span><br/><span class="hl-4">myEE</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'foo'</span><span class="hl-3">);</span><br/><span class="hl-8">// Prints:</span><br/><span class="hl-8">// b</span><br/><span class="hl-8">// a</span>
|
|
302
314
|
</code><button>Copy</button></pre>
|
|
303
|
-
|
|
304
|
-
<h3>Since</h3><p>v0.3.0</p>
|
|
305
315
|
</div>
|
|
306
316
|
<div class="tsd-parameters">
|
|
307
317
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -309,11 +319,13 @@ event listener to the beginning of the listeners array.</p>
|
|
|
309
319
|
<li>
|
|
310
320
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5>
|
|
311
321
|
<div class="tsd-comment tsd-typography"><p>The name of the event.</p>
|
|
312
|
-
</div
|
|
322
|
+
</div>
|
|
323
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
313
324
|
<li>
|
|
314
325
|
<h5><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
315
326
|
<div class="tsd-comment tsd-typography"><p>The callback function</p>
|
|
316
327
|
</div>
|
|
328
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
317
329
|
<ul class="tsd-parameters">
|
|
318
330
|
<li class="tsd-parameter-signature">
|
|
319
331
|
<ul class="tsd-signatures tsd-is-external">
|
|
@@ -325,14 +337,17 @@ event listener to the beginning of the listeners array.</p>
|
|
|
325
337
|
<li>
|
|
326
338
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
327
339
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
328
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
340
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
341
|
+
<div class="tsd-comment tsd-typography">
|
|
342
|
+
<h4>Since</h4><p>v0.3.0</p>
|
|
343
|
+
</div><aside class="tsd-sources">
|
|
329
344
|
<p>Inherited from Stream.once</p>
|
|
330
345
|
<ul>
|
|
331
346
|
<li>Defined in node_modules/@types/node/events.d.ts:452</li></ul></aside></li></ul></section>
|
|
332
347
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="pipe" class="tsd-anchor"></a>
|
|
333
|
-
<h3 class="tsd-anchor-link"><span>pipe</span><a href="#pipe" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
348
|
+
<h3 class="tsd-anchor-link"><span>pipe</span><a href="#pipe" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
334
349
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
335
|
-
<li class="tsd-signature tsd-anchor-link" id="pipe.pipe-1"><span class="tsd-kind-call-signature">pipe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">destination</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><a href="#pipe.pipe-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
350
|
+
<li class="tsd-signature tsd-anchor-link" id="pipe.pipe-1"><span class="tsd-kind-call-signature">pipe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">destination</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><a href="#pipe.pipe-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
336
351
|
<li class="tsd-description">
|
|
337
352
|
<section class="tsd-panel">
|
|
338
353
|
<h4>Type Parameters</h4>
|
|
@@ -354,9 +369,9 @@ event listener to the beginning of the listeners array.</p>
|
|
|
354
369
|
<ul>
|
|
355
370
|
<li>Defined in node_modules/@types/node/stream.d.ts:26</li></ul></aside></li></ul></section>
|
|
356
371
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="prependListener" class="tsd-anchor"></a>
|
|
357
|
-
<h3 class="tsd-anchor-link"><span>prepend<wbr/>Listener</span><a href="#prependListener" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
372
|
+
<h3 class="tsd-anchor-link"><span>prepend<wbr/>Listener</span><a href="#prependListener" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
358
373
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
359
|
-
<li class="tsd-signature tsd-anchor-link" id="prependListener.prependListener-1"><span class="tsd-kind-call-signature">prepend<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#prependListener.prependListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
374
|
+
<li class="tsd-signature tsd-anchor-link" id="prependListener.prependListener-1"><span class="tsd-kind-call-signature">prepend<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#prependListener.prependListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
360
375
|
<li class="tsd-description">
|
|
361
376
|
<div class="tsd-comment tsd-typography"><p>Adds the <code>listener</code> function to the <em>beginning</em> of the listeners array for the
|
|
362
377
|
event named <code>eventName</code>. No checks are made to see if the <code>listener</code> has
|
|
@@ -365,8 +380,6 @@ times.</p>
|
|
|
365
380
|
<pre><code class="language-js"><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">prependListener</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">, (</span><span class="hl-4">stream</span><span class="hl-3">) </span><span class="hl-0">=></span><span class="hl-3"> {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'someone connected!'</span><span class="hl-3">);</span><br/><span class="hl-3">});</span>
|
|
366
381
|
</code><button>Copy</button></pre>
|
|
367
382
|
<p>Returns a reference to the <code>EventEmitter</code>, so that calls can be chained.</p>
|
|
368
|
-
|
|
369
|
-
<h3>Since</h3><p>v6.0.0</p>
|
|
370
383
|
</div>
|
|
371
384
|
<div class="tsd-parameters">
|
|
372
385
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -374,11 +387,13 @@ times.</p>
|
|
|
374
387
|
<li>
|
|
375
388
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5>
|
|
376
389
|
<div class="tsd-comment tsd-typography"><p>The name of the event.</p>
|
|
377
|
-
</div
|
|
390
|
+
</div>
|
|
391
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
378
392
|
<li>
|
|
379
393
|
<h5><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
380
394
|
<div class="tsd-comment tsd-typography"><p>The callback function</p>
|
|
381
395
|
</div>
|
|
396
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
382
397
|
<ul class="tsd-parameters">
|
|
383
398
|
<li class="tsd-parameter-signature">
|
|
384
399
|
<ul class="tsd-signatures tsd-is-external">
|
|
@@ -390,22 +405,23 @@ times.</p>
|
|
|
390
405
|
<li>
|
|
391
406
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
392
407
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
393
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
408
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
409
|
+
<div class="tsd-comment tsd-typography">
|
|
410
|
+
<h4>Since</h4><p>v6.0.0</p>
|
|
411
|
+
</div><aside class="tsd-sources">
|
|
394
412
|
<p>Inherited from Stream.prependListener</p>
|
|
395
413
|
<ul>
|
|
396
414
|
<li>Defined in node_modules/@types/node/events.d.ts:679</li></ul></aside></li></ul></section>
|
|
397
415
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="prependOnceListener" class="tsd-anchor"></a>
|
|
398
|
-
<h3 class="tsd-anchor-link"><span>prepend<wbr/>Once<wbr/>Listener</span><a href="#prependOnceListener" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
416
|
+
<h3 class="tsd-anchor-link"><span>prepend<wbr/>Once<wbr/>Listener</span><a href="#prependOnceListener" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
399
417
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
400
|
-
<li class="tsd-signature tsd-anchor-link" id="prependOnceListener.prependOnceListener-1"><span class="tsd-kind-call-signature">prepend<wbr/>Once<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#prependOnceListener.prependOnceListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
418
|
+
<li class="tsd-signature tsd-anchor-link" id="prependOnceListener.prependOnceListener-1"><span class="tsd-kind-call-signature">prepend<wbr/>Once<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#prependOnceListener.prependOnceListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
401
419
|
<li class="tsd-description">
|
|
402
420
|
<div class="tsd-comment tsd-typography"><p>Adds a <strong>one-time</strong><code>listener</code> function for the event named <code>eventName</code> to the <em>beginning</em> of the listeners array. The next time <code>eventName</code> is triggered, this
|
|
403
421
|
listener is removed, and then invoked.</p>
|
|
404
422
|
<pre><code class="language-js"><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">prependOnceListener</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">, (</span><span class="hl-4">stream</span><span class="hl-3">) </span><span class="hl-0">=></span><span class="hl-3"> {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'Ah, we have our first user!'</span><span class="hl-3">);</span><br/><span class="hl-3">});</span>
|
|
405
423
|
</code><button>Copy</button></pre>
|
|
406
424
|
<p>Returns a reference to the <code>EventEmitter</code>, so that calls can be chained.</p>
|
|
407
|
-
|
|
408
|
-
<h3>Since</h3><p>v6.0.0</p>
|
|
409
425
|
</div>
|
|
410
426
|
<div class="tsd-parameters">
|
|
411
427
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -413,11 +429,13 @@ listener is removed, and then invoked.</p>
|
|
|
413
429
|
<li>
|
|
414
430
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5>
|
|
415
431
|
<div class="tsd-comment tsd-typography"><p>The name of the event.</p>
|
|
416
|
-
</div
|
|
432
|
+
</div>
|
|
433
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
417
434
|
<li>
|
|
418
435
|
<h5><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
419
436
|
<div class="tsd-comment tsd-typography"><p>The callback function</p>
|
|
420
437
|
</div>
|
|
438
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
421
439
|
<ul class="tsd-parameters">
|
|
422
440
|
<li class="tsd-parameter-signature">
|
|
423
441
|
<ul class="tsd-signatures tsd-is-external">
|
|
@@ -429,57 +447,62 @@ listener is removed, and then invoked.</p>
|
|
|
429
447
|
<li>
|
|
430
448
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
431
449
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
432
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
450
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
451
|
+
<div class="tsd-comment tsd-typography">
|
|
452
|
+
<h4>Since</h4><p>v6.0.0</p>
|
|
453
|
+
</div><aside class="tsd-sources">
|
|
433
454
|
<p>Inherited from Stream.prependOnceListener</p>
|
|
434
455
|
<ul>
|
|
435
456
|
<li>Defined in node_modules/@types/node/events.d.ts:695</li></ul></aside></li></ul></section>
|
|
436
457
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="rawListeners" class="tsd-anchor"></a>
|
|
437
|
-
<h3 class="tsd-anchor-link"><span>raw<wbr/>Listeners</span><a href="#rawListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
458
|
+
<h3 class="tsd-anchor-link"><span>raw<wbr/>Listeners</span><a href="#rawListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
438
459
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
439
|
-
<li class="tsd-signature tsd-anchor-link" id="rawListeners.rawListeners-1"><span class="tsd-kind-call-signature">raw<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span><a href="#rawListeners.rawListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
460
|
+
<li class="tsd-signature tsd-anchor-link" id="rawListeners.rawListeners-1"><span class="tsd-kind-call-signature">raw<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span><a href="#rawListeners.rawListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
440
461
|
<li class="tsd-description">
|
|
441
462
|
<div class="tsd-comment tsd-typography"><p>Returns a copy of the array of listeners for the event named <code>eventName</code>,
|
|
442
463
|
including any wrappers (such as those created by <code>.once()</code>).</p>
|
|
443
464
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">emitter</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><span class="hl-4">emitter</span><span class="hl-3">.</span><span class="hl-5">once</span><span class="hl-3">(</span><span class="hl-1">'log'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'log once'</span><span class="hl-3">));</span><br/><br/><span class="hl-8">// Returns a new Array with a function `onceWrapper` which has a property</span><br/><span class="hl-8">// `listener` which contains the original listener bound above</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">listeners</span><span class="hl-3"> = </span><span class="hl-4">emitter</span><span class="hl-3">.</span><span class="hl-5">rawListeners</span><span class="hl-3">(</span><span class="hl-1">'log'</span><span class="hl-3">);</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">logFnWrapper</span><span class="hl-3"> = </span><span class="hl-4">listeners</span><span class="hl-3">[</span><span class="hl-2">0</span><span class="hl-3">];</span><br/><br/><span class="hl-8">// Logs "log once" to the console and does not unbind the `once` event</span><br/><span class="hl-4">logFnWrapper</span><span class="hl-3">.</span><span class="hl-5">listener</span><span class="hl-3">();</span><br/><br/><span class="hl-8">// Logs "log once" to the console and removes the listener</span><br/><span class="hl-5">logFnWrapper</span><span class="hl-3">();</span><br/><br/><span class="hl-4">emitter</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'log'</span><span class="hl-3">, () </span><span class="hl-0">=></span><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'log persistently'</span><span class="hl-3">));</span><br/><span class="hl-8">// Will return a new Array with a single function bound by `.on()` above</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">newListeners</span><span class="hl-3"> = </span><span class="hl-4">emitter</span><span class="hl-3">.</span><span class="hl-5">rawListeners</span><span class="hl-3">(</span><span class="hl-1">'log'</span><span class="hl-3">);</span><br/><br/><span class="hl-8">// Logs "log persistently" twice</span><br/><span class="hl-4">newListeners</span><span class="hl-3">[</span><span class="hl-2">0</span><span class="hl-3">]();</span><br/><span class="hl-4">emitter</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'log'</span><span class="hl-3">);</span>
|
|
444
465
|
</code><button>Copy</button></pre>
|
|
445
|
-
|
|
446
|
-
<h3>Since</h3><p>v9.4.0</p>
|
|
447
466
|
</div>
|
|
448
467
|
<div class="tsd-parameters">
|
|
449
468
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
450
469
|
<ul class="tsd-parameter-list">
|
|
451
470
|
<li>
|
|
452
471
|
<h5><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5></li></ul></div>
|
|
453
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span></h4
|
|
472
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Function</span><span class="tsd-signature-symbol">[]</span></h4>
|
|
473
|
+
<div class="tsd-comment tsd-typography">
|
|
474
|
+
<h4>Since</h4><p>v9.4.0</p>
|
|
475
|
+
</div><aside class="tsd-sources">
|
|
454
476
|
<p>Inherited from Stream.rawListeners</p>
|
|
455
477
|
<ul>
|
|
456
478
|
<li>Defined in node_modules/@types/node/events.d.ts:611</li></ul></aside></li></ul></section>
|
|
457
479
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="removeAllListeners" class="tsd-anchor"></a>
|
|
458
|
-
<h3 class="tsd-anchor-link"><span>remove<wbr/>All<wbr/>Listeners</span><a href="#removeAllListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
480
|
+
<h3 class="tsd-anchor-link"><span>remove<wbr/>All<wbr/>Listeners</span><a href="#removeAllListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
459
481
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
460
|
-
<li class="tsd-signature tsd-anchor-link" id="removeAllListeners.removeAllListeners-1"><span class="tsd-kind-call-signature">remove<wbr/>All<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#removeAllListeners.removeAllListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
482
|
+
<li class="tsd-signature tsd-anchor-link" id="removeAllListeners.removeAllListeners-1"><span class="tsd-kind-call-signature">remove<wbr/>All<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">event</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#removeAllListeners.removeAllListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
461
483
|
<li class="tsd-description">
|
|
462
484
|
<div class="tsd-comment tsd-typography"><p>Removes all listeners, or those of the specified <code>eventName</code>.</p>
|
|
463
485
|
<p>It is bad practice to remove listeners added elsewhere in the code,
|
|
464
486
|
particularly when the <code>EventEmitter</code> instance was created by some other
|
|
465
487
|
component or module (e.g. sockets or file streams).</p>
|
|
466
488
|
<p>Returns a reference to the <code>EventEmitter</code>, so that calls can be chained.</p>
|
|
467
|
-
|
|
468
|
-
<h3>Since</h3><p>v0.1.26</p>
|
|
469
489
|
</div>
|
|
470
490
|
<div class="tsd-parameters">
|
|
471
491
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
472
492
|
<ul class="tsd-parameter-list">
|
|
473
493
|
<li>
|
|
474
494
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">event</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></h5></li></ul></div>
|
|
475
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
495
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
496
|
+
<div class="tsd-comment tsd-typography">
|
|
497
|
+
<h4>Since</h4><p>v0.1.26</p>
|
|
498
|
+
</div><aside class="tsd-sources">
|
|
476
499
|
<p>Inherited from Stream.removeAllListeners</p>
|
|
477
500
|
<ul>
|
|
478
501
|
<li>Defined in node_modules/@types/node/events.d.ts:551</li></ul></aside></li></ul></section>
|
|
479
502
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="removeListener" class="tsd-anchor"></a>
|
|
480
|
-
<h3 class="tsd-anchor-link"><span>remove<wbr/>Listener</span><a href="#removeListener" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
503
|
+
<h3 class="tsd-anchor-link"><span>remove<wbr/>Listener</span><a href="#removeListener" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
481
504
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
482
|
-
<li class="tsd-signature tsd-anchor-link" id="removeListener.removeListener-1"><span class="tsd-kind-call-signature">remove<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#removeListener.removeListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
505
|
+
<li class="tsd-signature tsd-anchor-link" id="removeListener.removeListener-1"><span class="tsd-kind-call-signature">remove<wbr/>Listener</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#removeListener.removeListener-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
483
506
|
<li class="tsd-description">
|
|
484
507
|
<div class="tsd-comment tsd-typography"><p>Removes the specified <code>listener</code> from the listener array for the event named<code>eventName</code>.</p>
|
|
485
508
|
<pre><code class="language-js"><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-5">callback</span><span class="hl-3"> = (</span><span class="hl-4">stream</span><span class="hl-3">) </span><span class="hl-0">=></span><span class="hl-3"> {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'someone connected!'</span><span class="hl-3">);</span><br/><span class="hl-3">};</span><br/><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">, </span><span class="hl-4">callback</span><span class="hl-3">);</span><br/><span class="hl-8">// ...</span><br/><span class="hl-4">server</span><span class="hl-3">.</span><span class="hl-5">removeListener</span><span class="hl-3">(</span><span class="hl-1">'connection'</span><span class="hl-3">, </span><span class="hl-4">callback</span><span class="hl-3">);</span>
|
|
@@ -504,8 +527,6 @@ recently added instance. In the example the <code>once('ping')</code>lis
|
|
|
504
527
|
<pre><code class="language-js"><span class="hl-6">import</span><span class="hl-3"> { </span><span class="hl-4">EventEmitter</span><span class="hl-3"> } </span><span class="hl-6">from</span><span class="hl-3"> </span><span class="hl-1">'node:events'</span><span class="hl-3">;</span><br/><span class="hl-0">const</span><span class="hl-3"> </span><span class="hl-7">ee</span><span class="hl-3"> = </span><span class="hl-0">new</span><span class="hl-3"> </span><span class="hl-5">EventEmitter</span><span class="hl-3">();</span><br/><br/><span class="hl-0">function</span><span class="hl-3"> </span><span class="hl-5">pong</span><span class="hl-3">() {</span><br/><span class="hl-3"> </span><span class="hl-4">console</span><span class="hl-3">.</span><span class="hl-5">log</span><span class="hl-3">(</span><span class="hl-1">'pong'</span><span class="hl-3">);</span><br/><span class="hl-3">}</span><br/><br/><span class="hl-4">ee</span><span class="hl-3">.</span><span class="hl-5">on</span><span class="hl-3">(</span><span class="hl-1">'ping'</span><span class="hl-3">, </span><span class="hl-4">pong</span><span class="hl-3">);</span><br/><span class="hl-4">ee</span><span class="hl-3">.</span><span class="hl-5">once</span><span class="hl-3">(</span><span class="hl-1">'ping'</span><span class="hl-3">, </span><span class="hl-4">pong</span><span class="hl-3">);</span><br/><span class="hl-4">ee</span><span class="hl-3">.</span><span class="hl-5">removeListener</span><span class="hl-3">(</span><span class="hl-1">'ping'</span><span class="hl-3">, </span><span class="hl-4">pong</span><span class="hl-3">);</span><br/><br/><span class="hl-4">ee</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'ping'</span><span class="hl-3">);</span><br/><span class="hl-4">ee</span><span class="hl-3">.</span><span class="hl-5">emit</span><span class="hl-3">(</span><span class="hl-1">'ping'</span><span class="hl-3">);</span>
|
|
505
528
|
</code><button>Copy</button></pre>
|
|
506
529
|
<p>Returns a reference to the <code>EventEmitter</code>, so that calls can be chained.</p>
|
|
507
|
-
|
|
508
|
-
<h3>Since</h3><p>v0.1.26</p>
|
|
509
530
|
</div>
|
|
510
531
|
<div class="tsd-parameters">
|
|
511
532
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -525,29 +546,33 @@ recently added instance. In the example the <code>once('ping')</code>lis
|
|
|
525
546
|
<li>
|
|
526
547
|
<h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
527
548
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
528
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
549
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
550
|
+
<div class="tsd-comment tsd-typography">
|
|
551
|
+
<h4>Since</h4><p>v0.1.26</p>
|
|
552
|
+
</div><aside class="tsd-sources">
|
|
529
553
|
<p>Inherited from Stream.removeListener</p>
|
|
530
554
|
<ul>
|
|
531
555
|
<li>Defined in node_modules/@types/node/events.d.ts:535</li></ul></aside></li></ul></section>
|
|
532
556
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="setMaxListeners" class="tsd-anchor"></a>
|
|
533
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Max<wbr/>Listeners</span><a href="#setMaxListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
557
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Max<wbr/>Listeners</span><a href="#setMaxListeners" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
534
558
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
535
|
-
<li class="tsd-signature tsd-anchor-link" id="setMaxListeners.setMaxListeners-1"><span class="tsd-kind-call-signature">set<wbr/>Max<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">n</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#setMaxListeners.setMaxListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
559
|
+
<li class="tsd-signature tsd-anchor-link" id="setMaxListeners.setMaxListeners-1"><span class="tsd-kind-call-signature">set<wbr/>Max<wbr/>Listeners</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">n</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a><a href="#setMaxListeners.setMaxListeners-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
536
560
|
<li class="tsd-description">
|
|
537
561
|
<div class="tsd-comment tsd-typography"><p>By default <code>EventEmitter</code>s will print a warning if more than <code>10</code> listeners are
|
|
538
562
|
added for a particular event. This is a useful default that helps finding
|
|
539
563
|
memory leaks. The <code>emitter.setMaxListeners()</code> method allows the limit to be
|
|
540
564
|
modified for this specific <code>EventEmitter</code> instance. The value can be set to<code>Infinity</code> (or <code>0</code>) to indicate an unlimited number of listeners.</p>
|
|
541
565
|
<p>Returns a reference to the <code>EventEmitter</code>, so that calls can be chained.</p>
|
|
542
|
-
|
|
543
|
-
<h3>Since</h3><p>v0.3.5</p>
|
|
544
566
|
</div>
|
|
545
567
|
<div class="tsd-parameters">
|
|
546
568
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
547
569
|
<ul class="tsd-parameter-list">
|
|
548
570
|
<li>
|
|
549
571
|
<h5><span class="tsd-kind-parameter">n</span>: <span class="tsd-signature-type">number</span></h5></li></ul></div>
|
|
550
|
-
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4
|
|
572
|
+
<h4 class="tsd-returns-title">Returns <a href="formidable.Part.html" class="tsd-signature-type tsd-kind-interface">Part</a></h4>
|
|
573
|
+
<div class="tsd-comment tsd-typography">
|
|
574
|
+
<h4>Since</h4><p>v0.3.5</p>
|
|
575
|
+
</div><aside class="tsd-sources">
|
|
551
576
|
<p>Inherited from Stream.setMaxListeners</p>
|
|
552
577
|
<ul>
|
|
553
578
|
<li>Defined in node_modules/@types/node/events.d.ts:561</li></ul></aside></li></ul></section></section></div>
|
|
@@ -555,7 +580,7 @@ modified for this specific <code>EventEmitter</code> instance. The value can be
|
|
|
555
580
|
<div class="page-menu">
|
|
556
581
|
<div class="tsd-navigation settings">
|
|
557
582
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
558
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>Settings</h3></summary>
|
|
583
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
559
584
|
<div class="tsd-accordion-details">
|
|
560
585
|
<div class="tsd-filter-visibility">
|
|
561
586
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -566,128 +591,128 @@ modified for this specific <code>EventEmitter</code> instance. The value can be
|
|
|
566
591
|
<div class="tsd-theme-toggle">
|
|
567
592
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
568
593
|
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
569
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
594
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
570
595
|
<div class="tsd-accordion-details">
|
|
571
596
|
<ul>
|
|
572
|
-
<li><a href="#filename" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
573
|
-
<li><a href="#headers" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
574
|
-
<li><a href="#mime" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
575
|
-
<li><a href="#name" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
576
|
-
<li><a href="#addListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
577
|
-
<li><a href="#emit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
578
|
-
<li><a href="#eventNames" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
579
|
-
<li><a href="#getMaxListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
580
|
-
<li><a href="#listenerCount" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
581
|
-
<li><a href="#listeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
582
|
-
<li><a href="#off" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
583
|
-
<li><a href="#on" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
584
|
-
<li><a href="#once" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
585
|
-
<li><a href="#pipe" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
586
|
-
<li><a href="#prependListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
587
|
-
<li><a href="#prependOnceListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
588
|
-
<li><a href="#rawListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
589
|
-
<li><a href="#removeAllListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
590
|
-
<li><a href="#removeListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
591
|
-
<li><a href="#setMaxListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
597
|
+
<li><a href="#filename" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>filename</span></a></li>
|
|
598
|
+
<li><a href="#headers" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>headers</span></a></li>
|
|
599
|
+
<li><a href="#mime" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mime</span></a></li>
|
|
600
|
+
<li><a href="#name" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>name</span></a></li>
|
|
601
|
+
<li><a href="#addListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>add<wbr/>Listener</span></a></li>
|
|
602
|
+
<li><a href="#emit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>emit</span></a></li>
|
|
603
|
+
<li><a href="#eventNames" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>event<wbr/>Names</span></a></li>
|
|
604
|
+
<li><a href="#getMaxListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Max<wbr/>Listeners</span></a></li>
|
|
605
|
+
<li><a href="#listenerCount" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>listener<wbr/>Count</span></a></li>
|
|
606
|
+
<li><a href="#listeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>listeners</span></a></li>
|
|
607
|
+
<li><a href="#off" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>off</span></a></li>
|
|
608
|
+
<li><a href="#on" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>on</span></a></li>
|
|
609
|
+
<li><a href="#once" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>once</span></a></li>
|
|
610
|
+
<li><a href="#pipe" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>pipe</span></a></li>
|
|
611
|
+
<li><a href="#prependListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>prepend<wbr/>Listener</span></a></li>
|
|
612
|
+
<li><a href="#prependOnceListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>prepend<wbr/>Once<wbr/>Listener</span></a></li>
|
|
613
|
+
<li><a href="#rawListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>raw<wbr/>Listeners</span></a></li>
|
|
614
|
+
<li><a href="#removeAllListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>All<wbr/>Listeners</span></a></li>
|
|
615
|
+
<li><a href="#removeListener" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove<wbr/>Listener</span></a></li>
|
|
616
|
+
<li><a href="#setMaxListeners" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Max<wbr/>Listeners</span></a></li></ul></div></details></div>
|
|
592
617
|
<div class="site-menu">
|
|
593
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
618
|
+
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>@breautek/storm</span></a>
|
|
594
619
|
<ul class="tsd-small-nested-navigation">
|
|
595
620
|
<li>
|
|
596
|
-
<details class="tsd-index-accordion tsd-is-external" open data-key="formidable"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
621
|
+
<details class="tsd-index-accordion tsd-is-external" open data-key="formidable"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="../modules/formidable.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>formidable</span></a></summary>
|
|
597
622
|
<div class="tsd-accordion-details">
|
|
598
623
|
<ul class="tsd-nested-navigation">
|
|
599
|
-
<li><a href="formidable.EmitData.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
600
|
-
<li><a href="formidable.EventData.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
601
|
-
<li><a href="formidable.Fields.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
602
|
-
<li><a href="formidable.File.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
603
|
-
<li><a href="formidable.FileJSON.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
604
|
-
<li><a href="formidable.Files.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
605
|
-
<li><a href="formidable.Options.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
606
|
-
<li><a href="formidable.Part.html" class="current tsd-is-external"><svg class="tsd-kind-icon"
|
|
607
|
-
<li><a href="../types/formidable.BufferEncoding.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
608
|
-
<li><a href="../types/formidable.DefaultOptions.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
609
|
-
<li><a href="../types/formidable.EnabledPlugins.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
610
|
-
<li><a href="../types/formidable.EventNames.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
611
|
-
<li><a href="../types/formidable.MappedParsers.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
612
|
-
<li><a href="../types/formidable.Plugin.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
613
|
-
<li><a href="../types/formidable.PluginFunction.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
614
|
-
<li><a href="../types/formidable.Plugins.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
615
|
-
<li><a href="../enums/ErrorCode.html"><svg class="tsd-kind-icon"
|
|
616
|
-
<li><a href="../enums/ExitCode.html"><svg class="tsd-kind-icon"
|
|
617
|
-
<li><a href="../enums/HTTPMethod.html"><svg class="tsd-kind-icon"
|
|
618
|
-
<li><a href="../enums/IsolationLevel.html"><svg class="tsd-kind-icon"
|
|
619
|
-
<li><a href="../enums/JWTError.html"><svg class="tsd-kind-icon"
|
|
620
|
-
<li><a href="../enums/StatusCode.html"><svg class="tsd-kind-icon"
|
|
621
|
-
<li><a href="../classes/Application.html"><svg class="tsd-kind-icon"
|
|
622
|
-
<li><a href="../classes/BackendAuthenticationMiddleware.html"><svg class="tsd-kind-icon"
|
|
623
|
-
<li><a href="../classes/CORSMiddleware.html"><svg class="tsd-kind-icon"
|
|
624
|
-
<li><a href="../classes/ConfigLoader.html"><svg class="tsd-kind-icon"
|
|
625
|
-
<li><a href="../classes/Database.html"><svg class="tsd-kind-icon"
|
|
626
|
-
<li><a href="../classes/DatabaseCastObject.html"><svg class="tsd-kind-icon"
|
|
627
|
-
<li><a href="../classes/DatabaseConnection.html"><svg class="tsd-kind-icon"
|
|
628
|
-
<li><a href="../classes/DatabaseQueryError.html"><svg class="tsd-kind-icon"
|
|
629
|
-
<li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon"
|
|
630
|
-
<li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon"
|
|
631
|
-
<li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon"
|
|
632
|
-
<li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon"
|
|
633
|
-
<li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon"
|
|
634
|
-
<li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon"
|
|
635
|
-
<li><a href="../classes/Handler.html"><svg class="tsd-kind-icon"
|
|
636
|
-
<li><a href="../classes/InternalError.html"><svg class="tsd-kind-icon"
|
|
637
|
-
<li><a href="../classes/InvalidCredentialsError.html"><svg class="tsd-kind-icon"
|
|
638
|
-
<li><a href="../classes/InvalidValueError.html"><svg class="tsd-kind-icon"
|
|
639
|
-
<li><a href="../classes/LineString.html"><svg class="tsd-kind-icon"
|
|
640
|
-
<li><a href="../classes/LockWaitTimeoutError.html"><svg class="tsd-kind-icon"
|
|
641
|
-
<li><a href="../classes/ManagedDatabaseConnection.html"><svg class="tsd-kind-icon"
|
|
642
|
-
<li><a href="../classes/Middleware.html"><svg class="tsd-kind-icon"
|
|
643
|
-
<li><a href="../classes/MissingConfigError.html"><svg class="tsd-kind-icon"
|
|
644
|
-
<li><a href="../classes/MissingParameterError.html"><svg class="tsd-kind-icon"
|
|
645
|
-
<li><a href="../classes/MySQLConnection.html"><svg class="tsd-kind-icon"
|
|
646
|
-
<li><a href="../classes/MySQLDatabase.html"><svg class="tsd-kind-icon"
|
|
647
|
-
<li><a href="../classes/NotImplementedError.html"><svg class="tsd-kind-icon"
|
|
648
|
-
<li><a href="../classes/Point.html"><svg class="tsd-kind-icon"
|
|
649
|
-
<li><a href="../classes/Polygon.html"><svg class="tsd-kind-icon"
|
|
650
|
-
<li><a href="../classes/Query.html"><svg class="tsd-kind-icon"
|
|
651
|
-
<li><a href="../classes/RawError.html"><svg class="tsd-kind-icon"
|
|
652
|
-
<li><a href="../classes/RawQuery.html"><svg class="tsd-kind-icon"
|
|
653
|
-
<li><a href="../classes/Request.html"><svg class="tsd-kind-icon"
|
|
654
|
-
<li><a href="../classes/Response.html"><svg class="tsd-kind-icon"
|
|
655
|
-
<li><a href="../classes/ResponseData.html"><svg class="tsd-kind-icon"
|
|
656
|
-
<li><a href="../classes/ServiceProvider.html"><svg class="tsd-kind-icon"
|
|
657
|
-
<li><a href="../classes/ServiceResponse.html"><svg class="tsd-kind-icon"
|
|
658
|
-
<li><a href="../classes/SetSessionVariableQuery.html"><svg class="tsd-kind-icon"
|
|
659
|
-
<li><a href="../classes/StormError.html"><svg class="tsd-kind-icon"
|
|
660
|
-
<li><a href="../classes/TemporaryTableQuery.html"><svg class="tsd-kind-icon"
|
|
661
|
-
<li><a href="../classes/Token.html"><svg class="tsd-kind-icon"
|
|
662
|
-
<li><a href="../classes/TokenManager.html"><svg class="tsd-kind-icon"
|
|
663
|
-
<li><a href="../classes/Transaction.html"><svg class="tsd-kind-icon"
|
|
664
|
-
<li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon"
|
|
665
|
-
<li><a href="IAdditionalErrorDetails.html"><svg class="tsd-kind-icon"
|
|
666
|
-
<li><a href="IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
667
|
-
<li><a href="ICloudwatchConfig.html"><svg class="tsd-kind-icon"
|
|
668
|
-
<li><a href="ICloudwatchCredentials.html"><svg class="tsd-kind-icon"
|
|
669
|
-
<li><a href="ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon"
|
|
670
|
-
<li><a href="IConfig.html"><svg class="tsd-kind-icon"
|
|
671
|
-
<li><a href="IDatabaseConfig.html"><svg class="tsd-kind-icon"
|
|
672
|
-
<li><a href="IDatabaseConnection.html"><svg class="tsd-kind-icon"
|
|
673
|
-
<li><a href="IErrorResponse.html"><svg class="tsd-kind-icon"
|
|
674
|
-
<li><a href="IFormData.html"><svg class="tsd-kind-icon"
|
|
675
|
-
<li><a href="IHandler.html"><svg class="tsd-kind-icon"
|
|
676
|
-
<li><a href="IInsertQueryResult.html"><svg class="tsd-kind-icon"
|
|
677
|
-
<li><a href="IJWTVerifyOptions.html"><svg class="tsd-kind-icon"
|
|
678
|
-
<li><a href="IParameterMap.html"><svg class="tsd-kind-icon"
|
|
679
|
-
<li><a href="IQueryable.html"><svg class="tsd-kind-icon"
|
|
680
|
-
<li><a href="IRequestResponse.html"><svg class="tsd-kind-icon"
|
|
681
|
-
<li><a href="IServiceHeaders.html"><svg class="tsd-kind-icon"
|
|
682
|
-
<li><a href="ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon"
|
|
683
|
-
<li><a href="ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon"
|
|
684
|
-
<li><a href="IUpdateQueryResult.html"><svg class="tsd-kind-icon"
|
|
685
|
-
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon"
|
|
686
|
-
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon"
|
|
687
|
-
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon"
|
|
688
|
-
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon"
|
|
689
|
-
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon"
|
|
690
|
-
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon"
|
|
624
|
+
<li><a href="formidable.EmitData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>Emit<wbr/>Data</span></a></li>
|
|
625
|
+
<li><a href="formidable.EventData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Event<wbr/>Data</span></a></li>
|
|
626
|
+
<li><a href="formidable.Fields.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Fields</span></a></li>
|
|
627
|
+
<li><a href="formidable.File.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>File</span></a></li>
|
|
628
|
+
<li><a href="formidable.FileJSON.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>FileJSON</span></a></li>
|
|
629
|
+
<li><a href="formidable.Files.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Files</span></a></li>
|
|
630
|
+
<li><a href="formidable.Options.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Options</span></a></li>
|
|
631
|
+
<li><a href="formidable.Part.html" class="current tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Part</span></a></li>
|
|
632
|
+
<li><a href="../types/formidable.BufferEncoding.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>Buffer<wbr/>Encoding</span></a></li>
|
|
633
|
+
<li><a href="../types/formidable.DefaultOptions.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Default<wbr/>Options</span></a></li>
|
|
634
|
+
<li><a href="../types/formidable.EnabledPlugins.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Enabled<wbr/>Plugins</span></a></li>
|
|
635
|
+
<li><a href="../types/formidable.EventNames.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Event<wbr/>Names</span></a></li>
|
|
636
|
+
<li><a href="../types/formidable.MappedParsers.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Mapped<wbr/>Parsers</span></a></li>
|
|
637
|
+
<li><a href="../types/formidable.Plugin.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Plugin</span></a></li>
|
|
638
|
+
<li><a href="../types/formidable.PluginFunction.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Plugin<wbr/>Function</span></a></li>
|
|
639
|
+
<li><a href="../types/formidable.Plugins.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Plugins</span></a></li></ul></div></details></li>
|
|
640
|
+
<li><a href="../enums/ErrorCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g></svg><span>Error<wbr/>Code</span></a></li>
|
|
641
|
+
<li><a href="../enums/ExitCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Exit<wbr/>Code</span></a></li>
|
|
642
|
+
<li><a href="../enums/HTTPMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>HTTPMethod</span></a></li>
|
|
643
|
+
<li><a href="../enums/IsolationLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Isolation<wbr/>Level</span></a></li>
|
|
644
|
+
<li><a href="../enums/JWTError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>JWTError</span></a></li>
|
|
645
|
+
<li><a href="../enums/StatusCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Status<wbr/>Code</span></a></li>
|
|
646
|
+
<li><a href="../classes/Application.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Application</span></a></li>
|
|
647
|
+
<li><a href="../classes/BackendAuthenticationMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Backend<wbr/>Authentication<wbr/>Middleware</span></a></li>
|
|
648
|
+
<li><a href="../classes/CORSMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>CORSMiddleware</span></a></li>
|
|
649
|
+
<li><a href="../classes/ConfigLoader.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Config<wbr/>Loader</span></a></li>
|
|
650
|
+
<li><a href="../classes/Database.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database</span></a></li>
|
|
651
|
+
<li><a href="../classes/DatabaseCastObject.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Cast<wbr/>Object</span></a></li>
|
|
652
|
+
<li><a href="../classes/DatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
653
|
+
<li><a href="../classes/DatabaseQueryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Query<wbr/>Error</span></a></li>
|
|
654
|
+
<li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
|
|
655
|
+
<li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
|
|
656
|
+
<li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
657
|
+
<li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
|
|
658
|
+
<li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
|
|
659
|
+
<li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
|
|
660
|
+
<li><a href="../classes/Handler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Handler</span></a></li>
|
|
661
|
+
<li><a href="../classes/InternalError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Internal<wbr/>Error</span></a></li>
|
|
662
|
+
<li><a href="../classes/InvalidCredentialsError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Credentials<wbr/>Error</span></a></li>
|
|
663
|
+
<li><a href="../classes/InvalidValueError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Value<wbr/>Error</span></a></li>
|
|
664
|
+
<li><a href="../classes/LineString.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Line<wbr/>String</span></a></li>
|
|
665
|
+
<li><a href="../classes/LockWaitTimeoutError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lock<wbr/>Wait<wbr/>Timeout<wbr/>Error</span></a></li>
|
|
666
|
+
<li><a href="../classes/ManagedDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Managed<wbr/>Database<wbr/>Connection</span></a></li>
|
|
667
|
+
<li><a href="../classes/Middleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Middleware</span></a></li>
|
|
668
|
+
<li><a href="../classes/MissingConfigError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Config<wbr/>Error</span></a></li>
|
|
669
|
+
<li><a href="../classes/MissingParameterError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Parameter<wbr/>Error</span></a></li>
|
|
670
|
+
<li><a href="../classes/MySQLConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLConnection</span></a></li>
|
|
671
|
+
<li><a href="../classes/MySQLDatabase.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLDatabase</span></a></li>
|
|
672
|
+
<li><a href="../classes/NotImplementedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Not<wbr/>Implemented<wbr/>Error</span></a></li>
|
|
673
|
+
<li><a href="../classes/Point.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Point</span></a></li>
|
|
674
|
+
<li><a href="../classes/Polygon.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Polygon</span></a></li>
|
|
675
|
+
<li><a href="../classes/Query.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Query</span></a></li>
|
|
676
|
+
<li><a href="../classes/RawError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Error</span></a></li>
|
|
677
|
+
<li><a href="../classes/RawQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Query</span></a></li>
|
|
678
|
+
<li><a href="../classes/Request.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request</span></a></li>
|
|
679
|
+
<li><a href="../classes/Response.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response</span></a></li>
|
|
680
|
+
<li><a href="../classes/ResponseData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response<wbr/>Data</span></a></li>
|
|
681
|
+
<li><a href="../classes/ServiceProvider.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Provider</span></a></li>
|
|
682
|
+
<li><a href="../classes/ServiceResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Response</span></a></li>
|
|
683
|
+
<li><a href="../classes/SetSessionVariableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Set<wbr/>Session<wbr/>Variable<wbr/>Query</span></a></li>
|
|
684
|
+
<li><a href="../classes/StormError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Storm<wbr/>Error</span></a></li>
|
|
685
|
+
<li><a href="../classes/TemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
686
|
+
<li><a href="../classes/Token.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token</span></a></li>
|
|
687
|
+
<li><a href="../classes/TokenManager.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token<wbr/>Manager</span></a></li>
|
|
688
|
+
<li><a href="../classes/Transaction.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Transaction</span></a></li>
|
|
689
|
+
<li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
|
|
690
|
+
<li><a href="IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
|
|
691
|
+
<li><a href="IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
|
|
692
|
+
<li><a href="ICloudwatchConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
|
|
693
|
+
<li><a href="ICloudwatchCredentials.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
|
|
694
|
+
<li><a href="ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
|
|
695
|
+
<li><a href="IConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IConfig</span></a></li>
|
|
696
|
+
<li><a href="IDatabaseConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
|
|
697
|
+
<li><a href="IDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
698
|
+
<li><a href="IErrorResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
699
|
+
<li><a href="IFormData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
700
|
+
<li><a href="IHandler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IHandler</span></a></li>
|
|
701
|
+
<li><a href="IInsertQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
702
|
+
<li><a href="IJWTVerifyOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
703
|
+
<li><a href="IParameterMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
704
|
+
<li><a href="IQueryable.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IQueryable</span></a></li>
|
|
705
|
+
<li><a href="IRequestResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
706
|
+
<li><a href="IServiceHeaders.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
707
|
+
<li><a href="ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
708
|
+
<li><a href="ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
709
|
+
<li><a href="IUpdateQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
710
|
+
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
711
|
+
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
712
|
+
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
713
|
+
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>TCoordinate</span></a></li>
|
|
714
|
+
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>formidable</span></a></li>
|
|
715
|
+
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
691
716
|
<div class="tsd-generator">
|
|
692
717
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
693
718
|
<div class="overlay"></div></body></html>
|