(err: DOMException)
| 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); |
no test coverage detected