Current section

Files

Jump to
zotonic_mod_base priv lib-src cotonic test test-worker.js
Raw

priv/lib-src/cotonic/test/test-worker.js

/**
* Test worker.
*/
"use strict";
console.log("test worker here");
importScripts("/src/cotonic.worker.js");
self.connect({name: "test-worker"}).then(function() {
console.log("connected");
})