|
|
|
|
|
by pseudosavant
933 days ago
|
|
`Deno.cron` isn't JavaScript-the-language. It is part of a runtime. They could implement this in a different way. Just like how Web Workers still just use JavaScrip-the-language, but within a different execution context than `<script>`. |
|