Skip to content

Commit 113b9db

Browse files
committed
Committed by Github action
master: { "stompjs": "6.1.2", "rx-stomp": "1.1.4" } develop: { "stompjs": "7.0.0-beta2", "rx-stomp": "2.0.0-beta1" }
1 parent a7862c3 commit 113b9db

File tree

8 files changed

+739
-11
lines changed

8 files changed

+739
-11
lines changed

api-docs/develop/classes/TCPWrapper.html

Lines changed: 713 additions & 0 deletions
Large diffs are not rendered by default.

api-docs/develop/coverage.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,18 @@
248248
<span class="coverage-count">(3/3)</span>
249249
</td>
250250
</tr>
251+
<tr class="low">
252+
<td>
253+
<!-- miscellaneous -->
254+
<a href="./classes/TCPWrapper.html">consolidated/stompjs/src/tcp-wrapper.ts</a>
255+
</td>
256+
<td>class</td>
257+
<td>TCPWrapper</td>
258+
<td align="right" data-sort="10">
259+
<span class="coverage-percent">10 %</span>
260+
<span class="coverage-count">(1/10)</span>
261+
</td>
262+
</tr>
251263
<tr class="very-good">
252264
<td>
253265
<!-- miscellaneous -->

api-docs/develop/images/coverage-badge-documentation.svg

Lines changed: 1 addition & 1 deletion
Loading

api-docs/develop/interfaces/IPublishParams.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -471,17 +471,17 @@ <h3 id="inputs">Properties</h3>
471471
* @internal
472472
*/
473473
export interface IStompSocket {
474-
onclose: ((this: IStompSocket, ev?: any) &#x3D;&gt; any) | null;
475-
onerror: ((this: IStompSocket, ev: any) &#x3D;&gt; any) | null;
476-
onmessage: ((this: IStompSocket, ev: IStompSocketMessageEvent) &#x3D;&gt; any) | null;
477-
onopen: ((this: IStompSocket, ev?: any) &#x3D;&gt; any) | null;
478-
terminate?: ((this: IStompSocket) &#x3D;&gt; any) | null;
474+
onclose: ((this: IStompSocket, ev?: any) &#x3D;&gt; any) | undefined | null;
475+
onerror: ((this: IStompSocket, ev: any) &#x3D;&gt; any) | undefined | null;
476+
onmessage: ((ev: IStompSocketMessageEvent) &#x3D;&gt; any) | undefined | null;
477+
onopen: ((this: IStompSocket, ev?: any) &#x3D;&gt; any) | undefined | null;
478+
terminate?: ((this: IStompSocket) &#x3D;&gt; any) | undefined | null;
479479

480480
/**
481481
* Returns a string that indicates how binary data from the socket is exposed to scripts:
482482
* We support only &#x27;arraybuffer&#x27;.
483483
*/
484-
binaryType: &#x27;arraybuffer&#x27;;
484+
binaryType?: string;
485485

486486
/**
487487
* Returns the state of the socket connection. It can have the values of StompSocketState.

api-docs/develop/js/menu-wc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
7575
<li class="link">
7676
<a href="classes/StompHeaders.html" data-type="entity-link" >StompHeaders</a>
7777
</li>
78+
<li class="link">
79+
<a href="classes/TCPWrapper.html" data-type="entity-link" >TCPWrapper</a>
80+
</li>
7881
<li class="link">
7982
<a href="classes/Versions.html" data-type="entity-link" >Versions</a>
8083
</li>

api-docs/develop/js/menu-wc_es5.js

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

api-docs/develop/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-docs/develop/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="card text-center">
4444
<div class="card-block">
4545
<h4 class="card-title"><span class="icon ion-ios-paper"></span></h4>
46-
<p class="card-text">10 Classes</p>
46+
<p class="card-text">11 Classes</p>
4747
</div>
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)