We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25b503 commit b9ee53aCopy full SHA for b9ee53a
app/assets/javascripts/es-module-shims.js
@@ -1,4 +1,4 @@
1
-/* ES Module Shims 1.1.0 */
+/* ES Module Shims 1.2.0 */
2
(function () {
3
4
const edge = navigator.userAgent.match(/Edge\/\d\d\.\d+$/);
@@ -216,7 +216,7 @@
216
217
const { revokeBlobURLs, noLoadEventRetriggers } = esmsInitOptions$1;
218
219
- const fetchHook = esmsInitOptions$1.fetchHook ? globalHook(esmsInitOptions$1.fetchHook) : fetch;
+ const fetchHook = esmsInitOptions$1.fetch ? globalHook(esmsInitOptions$1.fetch) : fetch;
220
221
function globalHook (name) {
222
return typeof name === 'string' ? self[name] : name;
0 commit comments