blob: 6e3fd2bc1e3e63273eceea2f9683bf805258818f [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
<script>
description("This test documents all interface attributes and methods on DedicatedWorkerGlobalScope.");
worker = startWorker("resources/global-interface-listing-worker.js");
worker.postMessage({ platformSpecific: false });
</script>