Buckets:

imerfanrajabee's picture
download
raw
346 Bytes
export class FetchBaseError extends Error {
constructor(message, type) {
super(message);
// Hide custom error implementation details from end-users
Error.captureStackTrace(this, this.constructor);
this.type = type;
}
get name() {
return this.constructor.name;
}
get [Symbol.toStringTag]() {
return this.constructor.name;
}
}

Xet Storage Details

Size:
346 Bytes
·
Xet hash:
ef29cd891406cd45657f055ff812e8560cd9f5e2f29983412171f44fc4cc60ea

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.