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

If we don't have anything to send, it's ok to not send anything back because notification requests can be long-polling. In fact, we SHOULD wait until we actually have something to send because otherwise we'd spam the client and the client would abort the connection due to spam.

Parameters

sessionID: string
req: any
resp: any
data: any