Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method EventEmitter.prototype.queuePacket
import { EventEmitter } from "https://deno.land/x/sockets@v0.5.0/src/event_emitter.ts";

Add a packet to the queue so that the message contained in the packet can be sent to the client(s).

Parameters

packet: Packet
  • See Packet.