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

x/net/mod.ts>Packet#mergeU8Array

A networking framework that aims to enable the development of complex multi-port servers and clients.
Go to Latest
method Packet.prototype.mergeU8Array
import { Packet } from "https://deno.land/x/net@v1.0.4/mod.ts";

Merges the Uint8Array into the Packet.

Parameters

array: Uint8Array

The Uint8Array to merge into the Packet.