8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
importScripts(
|
||
|
'../node_modules/es5-shim/es5-shim.js',
|
||
|
'../node_modules/es5-shim/es5-sham.js',
|
||
|
'../es6-shim.js'
|
||
|
);
|
||
|
|
||
|
postMessage('ready');
|