Skip to main content
Home

@std/streams@1.0.17
Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
Downloads3/wk
Published3 weeks ago (1.0.17)

Utilities for working with the Web Streams API

interface BufferBytesOptions

Options for Buffer.bytes.

Properties

optional
copy: boolean = true

If true, Buffer.bytes will return a copy of the buffered data.

If false, it will return a slice to the buffer's data.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/streams

Import symbol

import { type BufferBytesOptions } from "@std/streams";
or

Import directly with a jsr specifier

import { type BufferBytesOptions } from "jsr:@std/streams";