Skip to main content
The Deno 2 Release Candidate is here
Learn more
method NotifierController.prototype.notifyAsync
import { NotifierController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Resolve an array of session notifications.

If no notifications are currently queued then intermittently check for new notifications until either one or more appear or when a timeout expires. If no notifications are available after the timeout, use a default message.

Parameters

sessionID: string

Returns

Promise<unknown>