Module

x/fresh/tests/deps.ts>puppeteer.IO.ReadRequest

The next-gen web framework.
Extremely Popular
Go to Latest
interface puppeteer.IO.ReadRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { ReadRequest } = puppeteer.IO;

Properties

handle: StreamHandle

Handle of the stream to read.

optional
offset: integer

Seek to the specified offset before reading (if not specificed, proceed with offset following the last read). Some types of streams may only support sequential reads.

optional
size: integer

Maximum number of bytes to read (left upon the agent discretion if not specified).