blob: 0f00d03d2036a78b646b7b22c8e4489a5429edf6 [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: true });
</script>