1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-22 13:42:51 +02:00

fix export, add runtime balancer for async tasks

This commit is contained in:
Thomas Wilkerling
2025-03-21 20:34:26 +01:00
parent adde2a9861
commit 019c60da24
52 changed files with 1371 additions and 1327 deletions

View File

@@ -8,7 +8,7 @@
<body style="white-space: pre">
<script type="module">
// you can't load from CDN because of Same-Origin-Policy
// you can't load from CDN because of worker Same-Origin-Policy
import { Document } from "../../../dist/flexsearch.bundle.module.min.js";
const dirname = import.meta.url.replace("/index.html", "");