Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sockets/mod.ts>Sender#hasPackets

A WebSocket library for Deno.
Latest
method Sender.prototype.hasPackets
import { Sender } from "https://deno.land/x/sockets@v0.5.0/mod.ts";

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

Returns

boolean

True if yes, false if not.