1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-25 12:58:59 +02:00
Files
flexsearch/dist/module-debug/worker/worker.js
2024-01-07 23:45:18 +01:00

2 lines
56 B
JavaScript

import handler from "./handler.js";
onmessage = handler;