mirror of
https://github.com/denoland/deno.git
synced 2025-01-19 12:16:17 -05:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
|
|
setTimeout(() => {
|
|
self.postMessage("");
|
|
self.close();
|
|
}, 500);
|