working transfer
This commit is contained in:
@@ -140,7 +140,6 @@ const app = createApp({
|
|||||||
index,
|
index,
|
||||||
bytes: this.data.slice(index, index + MAX_CHUNK_SIZE),
|
bytes: this.data.slice(index, index + MAX_CHUNK_SIZE),
|
||||||
});
|
});
|
||||||
console.log(this.data.slice(index, index + MAX_CHUNK_SIZE));
|
|
||||||
},
|
},
|
||||||
serverDone() {
|
serverDone() {
|
||||||
this.connection.send({
|
this.connection.send({
|
||||||
|
|||||||
Reference in New Issue
Block a user