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.
- package/README.md +1 -1
- package/dist/w-converhp-client.umd.js +2 -2
- package/dist/w-converhp-client.umd.js.map +1 -1
- package/dist/w-converhp-server.umd.js +1 -1
- package/docs/WConverhpClient.html +1 -1
- package/docs/WConverhpClient.mjs.html +2 -2
- package/docs/WConverhpServer.html +1 -1
- package/docs/WConverhpServer.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
- package/sclc.mjs +2 -2
- package/src/WConverhpClient.mjs +1 -1
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
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/
|
|
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('
|
|
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') {
|
package/src/WConverhpClient.mjs
CHANGED