File: worker.js

package info (click to toggle)
node-lodash 2.4.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,024 kB
  • ctags: 1,590
  • sloc: php: 747; sh: 22; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
addEventListener('message', function(e) {
  if (e.data) {
    importScripts('../' + e.data);
    postMessage(_.VERSION);
  }
}, false);