forked from public/fvtt-cthulhu-eternal
Initial import with skill sheet working
This commit is contained in:
8
node_modules/localforage/src/utils/promise.js
generated
vendored
Normal file
8
node_modules/localforage/src/utils/promise.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// This is CommonJS because lie is an external dependency, so Rollup
|
||||
// can just ignore it.
|
||||
if (typeof Promise === 'undefined') {
|
||||
// In the "nopromises" build this will just throw if you don't have
|
||||
// a global promise object, but it would throw anyway later.
|
||||
require('lie/polyfill');
|
||||
}
|
||||
export default Promise;
|
||||
Reference in New Issue
Block a user