Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-79-npm / tiny-worker / fixture.js
113 bytesRaw
1 | /* eslint-disable no-undef */ |
2 | |
3 | 'use strict'; |
4 | |
5 | onmessage = function (ev) { |
6 | postMessage(ev.data.slice(0, 2)); |
7 | }; |
8 |
Built with git-ssb-web