animate/webGl/my-threejs-test/node_modules/@parcel/cache/lib/IDBCache.js

13 lines
256 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IDBCache = void 0;
// $FlowFixMe
class IDBCache {
constructor() {
throw new Error('IDBCache is only supported in the browser');
}
}
exports.IDBCache = IDBCache;