summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/streams/readable-streams/crashtests/strategy-worker.js
blob: dd0ab03b55f5f9cbdfcd214c84e385869c99734c (plain)
1
2
3
4
var b = new CountQueuingStrategy({ highWaterMark: 3 });

importScripts("empty.js");
postMessage("done");