mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
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');
|