Files
Kmake/test/fixtures/wpt/streams/transferable/resources/sending-worker.js

6 lines
116 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
importScripts('helpers.js');
const orig = createOriginalReadableStream();
postMessage(orig, [orig]);