aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/script_fixed_return.js
blob: 14f6f178ae964d9cb6d00b9ec9bf8a38b9e660eb (plain)
1
2
3
4
WorkerScript.onMessage = function(msg) {
    WorkerScript.sendMessage('Hello_World')
}