summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/streams/transferable/resources/sending-worker.js
blob: 0b79733f74d97baf6337f49a41a85b0a567cca07 (plain)
1
2
3
4
5
'use strict';
importScripts('helpers.js');

const orig = createOriginalReadableStream();
postMessage(orig, [orig]);