blob: ebb57a2460fac058f84a71d0d1491758f30b5092 [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");
</script>