Current section
Files
Jump to
Current section
Files
priv/lib-src/cotonic/test/connect-worker.js
/**
* Connect worker.
*/
"use strict";
importScripts("/src/polyfill_worker.js",
"/src/cotonic.mqtt.js",
"/src/cotonic.worker.js");
self.connect({name: "connect-worker"});