Closed DimaDemchenko closed 9 months ago
If validation of segment returns false, app throws an exception from file loader.ts
private throwErrorIfNotLoadingStatus() {
if (this._status !== "loading") {
throw new Error(Request has been already ${this.status}.
);
}
}
Closes https://github.com/Novage/p2p-private-issues/issues/5 Closes #337