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#delay

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

Resolves after the given number of milliseconds using real time.

Parameters

ms: number
optional
options: DelayOptions = [UNSUPPORTED]

Returns

Promise<void>