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