mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
rvh
This commit is contained in:
parent
d08a1beba4
commit
68b689e0f7
@ -40,7 +40,7 @@ function load1() {
|
|||||||
.then(arrayBuffer => {
|
.then(arrayBuffer => {
|
||||||
const decoder = new TextDecoder('utf-8');
|
const decoder = new TextDecoder('utf-8');
|
||||||
const data = decoder.decode(new Uint8Array(arrayBuffer));
|
const data = decoder.decode(new Uint8Array(arrayBuffer));
|
||||||
arrayMD5 = data.split('\n');
|
array1 = data.split('\n');
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
function load256() {
|
function load256() {
|
||||||
@ -49,7 +49,7 @@ function load256() {
|
|||||||
.then(arrayBuffer => {
|
.then(arrayBuffer => {
|
||||||
const decoder = new TextDecoder('utf-8');
|
const decoder = new TextDecoder('utf-8');
|
||||||
const data = decoder.decode(new Uint8Array(arrayBuffer));
|
const data = decoder.decode(new Uint8Array(arrayBuffer));
|
||||||
arrayMD5 = data.split('\n');
|
array256 = data.split('\n');
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user