MCPcopy
hub / github.com/jvilk/BrowserFS / error

Method error

src/backend/HTML5FS.ts:243–245  ·  view source on GitHub ↗
(err: DOMException)

Source from the content-addressed store, hash-verified

241 cb();
242 };
243 const error = (err: DOMException): void => {
244 cb(convertError(err, "/", true));
245 };
246 if (this.type === global.PERSISTENT) {
247 _requestQuota(this.type, this.size, (granted: number) => {
248 _getFS(this.type, granted, success, error);

Callers 9

authFunction · 0.80
DBFSFactoryFunction · 0.80
a1.jsFile · 0.80
a.jsFile · 0.80
emptyMethod · 0.80
finishedMethod · 0.80
doNextOpMethod · 0.80
failFunction · 0.80
make_dist.tsFile · 0.80

Calls 4

cbFunction · 0.85
isExclusiveMethod · 0.80
EEXISTMethod · 0.80
convertErrorFunction · 0.70

Tested by

no test coverage detected