New source found from dndbeyond.com
This commit is contained in:
@@ -17,7 +17,7 @@ __webpack_require__.t = function(value, mode) {
|
||||
__webpack_require__.r(ns);
|
||||
var def = {};
|
||||
leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
||||
for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
||||
for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
||||
Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
||||
}
|
||||
def['default'] = () => (value);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// This function allow to reference async chunks
|
||||
__webpack_require__.u = (chunkId) => {
|
||||
// return url for filenames based on template
|
||||
return "static/js/" + chunkId + "." + "89af9736" + ".chunk.js";
|
||||
return "static/js/" + ({"12":"profiler","777":"recorder"}[chunkId] || chunkId) + "." + {"12":"d5fc5995","126":"ac8b2b88","275":"3c5cc3ae","346":"ce80cade","512":"4e9fb90c","552":"d225b51b","745":"ff20e338","777":"291a85ce"}[chunkId] + ".chunk.js";
|
||||
};
|
||||
@@ -1,8 +0,0 @@
|
||||
__webpack_require__.g = (function() {
|
||||
if (typeof globalThis === 'object') return globalThis;
|
||||
try {
|
||||
return this || new Function('return this')();
|
||||
} catch (e) {
|
||||
if (typeof window === 'object') return window;
|
||||
}
|
||||
})();
|
||||
@@ -58,9 +58,7 @@ __webpack_require__.f.j = (chunkId, promises) => {
|
||||
|
||||
// install a JSONP callback for chunk loading
|
||||
var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
||||
var chunkIds = data[0];
|
||||
var moreModules = data[1];
|
||||
var runtime = data[2];
|
||||
var [chunkIds, moreModules, runtime] = data;
|
||||
// add "moreModules" to the modules object,
|
||||
// then flag all "chunkIds" as loaded and fire callback
|
||||
var moduleId, chunkId, i = 0;
|
||||
@@ -83,6 +81,6 @@ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
||||
|
||||
}
|
||||
|
||||
var chunkLoadingGlobal = self["webpackChunk_dndbeyond_character_app"] = self["webpackChunk_dndbeyond_character_app"] || [];
|
||||
var chunkLoadingGlobal = globalThis["webpackChunk_dndbeyond_character_app"] = globalThis["webpackChunk_dndbeyond_character_app"] || [];
|
||||
chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
||||
chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
||||
@@ -16,7 +16,6 @@ __webpack_require__.l = (url, done, key, chunkId) => {
|
||||
script = document.createElement('script');
|
||||
|
||||
script.charset = 'utf-8';
|
||||
script.timeout = 120;
|
||||
if (__webpack_require__.nc) {
|
||||
script.setAttribute("nonce", __webpack_require__.nc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user