mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
d6d437c4dc
This change removes the currently deprecated `Deno.cron()` overload with `options` as a potential last argument. This might be fine to do now, in a major release, as `Deno.cron()` is an unstable API. I thought of doing this while working on #22021. If this is not ready to remove, I can instead set the removal version of this overload for Deno v2. Note: this overload was deprecated in Deno v1.38.2 (#21225). So it's been deprecated for over 2 months. |
||
---|---|---|
.. | ||
01_cron.ts | ||
Cargo.toml | ||
interface.rs | ||
lib.rs | ||
local.rs | ||
README.md | ||
time.rs |
deno_cron
This crate implements scheduled tasks (crons) API for Deno.