Skip to main content
Module

x/fresh_seo/src/deps.ts>FakeTime#runAllAsync

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
Latest
method FakeTime.prototype.runAllAsync
import { FakeTime } from "https://deno.land/x/fresh_seo@1.0.1/src/deps.ts";

Advances time forward to the next due timer until there are no pending timers remaining. If the timers create additional timers, they will be run too. If there is an interval, time will keep advancing forward until the interval is cleared. Runs all pending microtasks before each timer.