/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/worker-public-path/worker.js
6 строк
135 B
Thomas Tay
Add statsCase - the different asset hashes show that worker public path is making a difference
26 янв 2023, 22:56
26 янв 2023, 22:56
8676f74
Код
Авторство
О чём код?
function upper(str) { return str.toUpperCase(); } onmessage = async event => { postMessage(`data: ${upper(event.data)}, thanks`); };