aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickworkerscript/data/script_module.mjs
blob: eaa191c5a7c6c13f0e0efe271bcf11de9ae47510 (plain)
1
2
3
4
5

import { messageHandler as handler } from "./messagehandler.mjs";

WorkerScript.onMessage = handler