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

x/snel/imports/wocket.ts>Sender#hasPackets

A Cybernetical framework for svelte applications in deno
Latest
method Sender.prototype.hasPackets
import { Sender } from "https://deno.land/x/snel@v0.7.1/imports/wocket.ts";

Does this sender have packets that still need to be sent?

Returns

boolean

True if yes, false if not.