0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 06:37:12 -04:00
deno/cli/tests/subdir/worker_unstable.ts

6 lines
108 B
TypeScript
Raw Normal View History

console.log(Deno.permissions.query);
console.log(Deno.compile);
self.onmessage = () => {
self.close();
};