You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{QuickReader}from'[quickreader](https://github.com/EtherDream/QuickReader.git)'constres=awaitfetch('https://unpkg.com/quickreader-demo/demo.bin')conststream=res.body// ReadableStreamconst[reader,A]=QuickReader(stream)// now returns an array with bothdo{constid=reader.u32()??awaitAconstname=reader.txt()??awaitAconstage=reader.u8()??awaitAconsole.log(id,name,age)}while(!reader.eof)
The text was updated successfully, but these errors were encountered:
Make A not a top level
The text was updated successfully, but these errors were encountered: