File: worker-runner.workerjs

package info (click to toggle)
node-es6-shim 0.35.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 664 kB
  • sloc: javascript: 9,535; makefile: 9; sh: 2
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
importScripts(
  '../node_modules/es5-shim/es5-shim.js',
  '../node_modules/es5-shim/es5-sham.js',
  '../es6-shim.js'
);

postMessage('ready');