Fix #1799 - Avoid multiple bootstraps when embedded (#1800)

This commit is contained in:
Andrea Giammarchi
2023-10-23 15:54:51 +02:00
committed by GitHub
parent 7a6f8ab3ad
commit a24113f42b
6 changed files with 46 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
import { FetchError, ErrorCode } from "./exceptions.js";
import { getText } from "../node_modules/polyscript/esm/fetch-utils.js";
import { getText } from "polyscript/exports";
export { getText };