@doenet/doenetml-iframe 0.7.24-dev.489 → 0.7.24-dev.490
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -29752,7 +29752,7 @@ function workerCreationUrl(workerUrl) {
|
|
|
29752
29752
|
}
|
|
29753
29753
|
} catch {
|
|
29754
29754
|
}
|
|
29755
|
-
const bootstrap = `importScripts(${JSON.stringify(workerUrl)});`;
|
|
29755
|
+
const bootstrap = `self.__doenetWorkerScriptUrl = ${JSON.stringify(workerUrl)};importScripts(${JSON.stringify(workerUrl)});`;
|
|
29756
29756
|
return URL.createObjectURL(
|
|
29757
29757
|
new Blob([bootstrap], { type: "text/javascript" })
|
|
29758
29758
|
);
|
|
@@ -68530,7 +68530,7 @@ function ExternalVirtualKeyboard({
|
|
|
68530
68530
|
}
|
|
68531
68531
|
);
|
|
68532
68532
|
}
|
|
68533
|
-
const version = "0.7.24-dev.
|
|
68533
|
+
const version = "0.7.24-dev.490";
|
|
68534
68534
|
const latestDoenetmlVersion = version;
|
|
68535
68535
|
function subscribeToPinnedTheme() {
|
|
68536
68536
|
return () => {
|