forked from LeenkxTeam/Kmake
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
'use strict';
|
|
importScripts('helpers.js');
|
|
|
|
const orig = createOriginalReadableStream();
|
|
postMessage(orig, [orig]);
|