method Buffer.allocimport { Buffer } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts"; alloc(size: number,fill?: | number | string | Uint8Array | Buffer,encoding?,): BufferAllocates a new Buffer of size bytes. Parameterssize: numberoptionalfill: | number | string | Uint8Array | Bufferoptionalencoding = [UNSUPPORTED]ReturnsBuffer