w-converhp 2.0.8 → 2.0.10

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-converhp-server v2.0.8
2
+ * w-converhp-server v2.0.10
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -529,7 +529,7 @@
529
529
  <br class="clear">
530
530
 
531
531
  <footer>
532
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 11:07:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
532
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 12:17:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
533
533
  </footer>
534
534
 
535
535
  <script>prettyPrint();</script>
@@ -593,7 +593,7 @@ function WConverhpClient(opt) {
593
593
  // return Promise.reject(`can not get size of bb`)
594
594
  n = 1
595
595
  }
596
- console.log('n', n)
596
+ // console.log('n', n)
597
597
 
598
598
  //chunkTotal
599
599
  let chunkTotal = Math.ceil(n / sizeSlice)
@@ -767,7 +767,7 @@ export default WConverhpClient
767
767
  <br class="clear">
768
768
 
769
769
  <footer>
770
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 11:07:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
770
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 12:17:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
771
771
  </footer>
772
772
 
773
773
  <script>prettyPrint();</script>
@@ -709,7 +709,7 @@
709
709
  <br class="clear">
710
710
 
711
711
  <footer>
712
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 11:07:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
712
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 12:17:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
713
713
  </footer>
714
714
 
715
715
  <script>prettyPrint();</script>
@@ -858,7 +858,7 @@ export default WConverhpServer
858
858
  <br class="clear">
859
859
 
860
860
  <footer>
861
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 11:07:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
861
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 12:17:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
862
862
  </footer>
863
863
 
864
864
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -71,7 +71,7 @@
71
71
  <br class="clear">
72
72
 
73
73
  <footer>
74
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 11:07:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Wed Apr 02 2025 12:17:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-converhp",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "main": "dist/w-converhp-server.umd.js",
5
5
  "dependencies": {
6
6
  "@hapi/hapi": "^21.4.0",
package/sclc.mjs CHANGED
@@ -26,12 +26,12 @@ function uploadLargeFile() {
26
26
  let core = async() => {
27
27
 
28
28
  //u8a
29
- let u8a = new Uint8Array(fs.readFileSync('../_data/1000mb.7z')) //1000mb
29
+ let u8a = new Uint8Array(fs.readFileSync('../_data/0mb.7z')) //1000mb
30
30
  console.log('u8a.length', u8a.length)
31
31
  // console.log('uploadLargeFile u8a', u8a)
32
32
  ms.push({ 'upload u8a.length': u8a.length })
33
33
 
34
- await wo.upload('1000mb.7z', u8a,
34
+ await wo.upload('0mb.7z', u8a,
35
35
  function ({ prog, p, m }) {
36
36
  // console.log('client web: upload: prog', prog, p, m)
37
37
  if (m === 'upload') {
@@ -546,7 +546,7 @@ function WConverhpClient(opt) {
546
546
  // return Promise.reject(`can not get size of bb`)
547
547
  n = 1
548
548
  }
549
- console.log('n', n)
549
+ // console.log('n', n)
550
550
 
551
551
  //chunkTotal
552
552
  let chunkTotal = Math.ceil(n / sizeSlice)