Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
10
node_modules/fast-text-encoding/polyfill.js
generated
vendored
Normal file
10
node_modules/fast-text-encoding/polyfill.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
window.module = {
|
||||
exports: {},
|
||||
};
|
||||
|
||||
const hack = new Proxy({}, {
|
||||
get() {
|
||||
return [];
|
||||
},
|
||||
});
|
||||
window.require = () => ({'encoding-indexes': hack});
|
||||
Reference in New Issue
Block a user