Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Runs all pending microtasks then advances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed.

Returns

Promise<boolean>