1'use strict';
2importScripts('helpers.js');
3
4const orig = createOriginalReadableStream();
5postMessage(orig, [orig]);
6