Files
Kmake/test/fixtures/wpt/streams/readable-streams/crashtests/strategy-worker.js

5 lines
105 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
var b = new CountQueuingStrategy({ highWaterMark: 3 });
importScripts("empty.js");
postMessage("done");