mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
inline js data
This commit is contained in:
parent
7a2f4d1af0
commit
1e2a3e28e7
8 changed files with 111 additions and 69 deletions
|
|
@ -36,6 +36,7 @@ ready(async () => {
|
|||
|
||||
const parse = async (data: ArrayBuffer, parseProgress: HTMLProgressElement, stored: boolean) => {
|
||||
const header = parseHeaderFromBuffer(data);
|
||||
console.log(header);
|
||||
const parser = new AsyncParser(data, (progress) => parseProgress.value = progress);
|
||||
await parser.cache();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue