I tested this by attempting to load a file over the network after disconnecting from my wifi AP.
By adding console.log statements, I found that the _open method in the BlobReadStream class, the (this._pos === this.id.byteOffset) is truthy, and then the Hyperblobs.createReadStream hangs here.
I tested this by attempting to load a file over the network after disconnecting from my wifi AP.
By adding
console.logstatements, I found that the_openmethod in the BlobReadStream class, the(this._pos === this.id.byteOffset)is truthy, and then theHyperblobs.createReadStreamhangs here.