worker-runner.workerjs 144 B

1234567
  1. importScripts(
  2. '../node_modules/es5-shim/es5-shim.js',
  3. '../node_modules/es5-shim/es5-sham.js',
  4. '../es6-shim.js'
  5. );
  6. postMessage('ready');