# web-streams-ponyfill

> Web Streams, based on the WHATWG spec reference implementation

Latest version **1.4.2** (published 2018-04-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install web-streams-ponyfill
pnpm add web-streams-ponyfill
yarn add web-streams-ponyfill
bun add web-streams-ponyfill
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.2 |
| Published | 2018-04-10 |
| First published | 2018-03-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Diwank Singh |
| Maintainers | jccr |
| Keywords | streams, whatwg, polyfill, ponyfill |

## Links

- npm: https://www.npmjs.com/package/web-streams-ponyfill
- Repository: https://github.com/JCCR/web-streams-ponyfill
- Homepage: https://github.com/JCCR/web-streams-ponyfill#readme
- Issues: https://github.com/JCCR/web-streams-ponyfill/issues
- npm.io page: https://npm.io/package/web-streams-ponyfill

## Alternatives

- [byte-size](https://npm.io/package/byte-size.md) — 2.1M weekly downloads
- [speed-limiter](https://npm.io/package/speed-limiter.md) — 16.0K weekly downloads
- [@powersync/node](https://npm.io/package/@powersync/node.md) — 10.9K weekly downloads
- [@ledgerhq/coin-cardano](https://npm.io/package/@ledgerhq/coin-cardano.md) — 1.0K weekly downloads
- [@jayesol/jayeson.lib.streamfinder](https://npm.io/package/@jayesol/jayeson.lib.streamfinder.md) — 1.0K weekly downloads

## Recent versions

- 1.4.2 (latest) — 2018-04-10
- 1.4.1 — 2018-03-06
- 1.4.0 — 2018-03-06

## README

# web-streams-ponyfill
Web Streams [ponyfill](https://ponyfill.com), based on the WHATWG spec reference implementation.  

## Links
 - [Official spec](https://streams.spec.whatwg.org/)
 - [Reference implementation](https://github.com/whatwg/streams)

## Usage

```javascript

var streams = require("web-streams-ponyfill");
var readable = new streams.ReadableStream;

// Or, in ES6

import { ReadableStream } from "web-streams-ponyfill";

```

## Credits

Original author:
 - Diwank Singh [creatorrr](https://github.com/creatorrr/)
 
Contributors:
 - Anders Riutta [ariutta](https://github.com/ariutta)
 - [bellbind](https://github.com/bellbind)

---
_Source: https://npm.io/package/web-streams-ponyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
