Skip to content

Commit

Permalink
using byte-data^8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed May 6, 2018
1 parent 5d7ce7d commit cf07e36
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 96 deletions.
26 changes: 13 additions & 13 deletions dist/riff-chunks-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 class="subsection-title">Methods</h3>



<h4 class="name" id="read"><span class="type-signature"></span>read<span class="signature">(buffer)</span><span class="type-signature"> &rarr; {Object}</span></h4>
<h4 class="name" id="read"><span class="type-signature"></span>read<span class="signature">(buffer)</span><span class="type-signature"> &rarr; (non-null) {Object}</span></h4>



Expand All @@ -127,7 +127,7 @@ <h4 class="name" id="read"><span class="type-signature"></span>read<span class="

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line40">line 40</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line41">line 41</a>
</li></ul></dd>


Expand Down Expand Up @@ -214,7 +214,7 @@ <h5>Parameters:</h5>
<span class="param-type">Uint8Array</span>
|

<span class="param-type">Array.&lt;number></span>
<span class="param-type">!Array.&lt;number></span>



Expand Down Expand Up @@ -273,7 +273,7 @@ <h5>Returns:</h5>



<h4 class="name" id="write"><span class="type-signature"></span>write<span class="signature">(chunks)</span><span class="type-signature"> &rarr; {Uint8Array}</span></h4>
<h4 class="name" id="write"><span class="type-signature"></span>write<span class="signature">(chunks<span class="signature-attributes">non-null</span>)</span><span class="type-signature"> &rarr; {!Array.&lt;number>|Uint8Array}</span></h4>



Expand All @@ -285,7 +285,7 @@ <h4 class="name" id="write"><span class="type-signature"></span>write<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line21">line 21</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line22">line 22</a>
</li></ul></dd>


Expand Down Expand Up @@ -403,7 +403,7 @@ <h5>Returns:</h5>


<div class="param-desc">
The file bytes as Uint8Array when chunkId is "RIFF" or "RIFX" or the chunk bytes as Array<number> when chunkId is "LIST".
The bytes as Uint8Array when chunkId is "RIFF" or "RIFX" or the chunk bytes as Array<number> when chunkId is "LIST".
</div>


Expand All @@ -414,6 +414,9 @@ <h5>Returns:</h5>
</dt>
<dd>

<span class="param-type">!Array.&lt;number></span>
|

<span class="param-type">Uint8Array</span>


Expand Down Expand Up @@ -441,7 +444,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu May 03 2018 23:19:51 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat May 05 2018 21:25:48 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2>riffChunks.write()</h2><pre class="prettyprint source lang-javascript"><code
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu May 03 2018 23:19:51 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat May 05 2018 21:25:48 GMT-0300 (Hora oficial do Brasil) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit cf07e36

Please sign in to comment.